mirror of
https://github.com/a2stuff/prodos-path.git
synced 2025-02-10 18:30:30 +00:00
Actions: Rev a couple dependencies
This commit is contained in:
parent
0c01446574
commit
b63dabb7cd
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: a2stuff/build-install-ca65-action@v2
|
- uses: a2stuff/build-install-ca65-action@v2
|
||||||
- uses: a2stuff/build-install-cadius-action@v1
|
- uses: a2stuff/build-install-cadius-action@v1
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: deploy new version
|
- name: deploy new version
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: ncipollo/release-action@v1.11.2
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
artifacts: "out/prodos-path.po"
|
artifacts: "out/prodos-path.po"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user