Skip to content

Commit 45b7be1

Browse files
Actions: Rev a couple dependencies
1 parent d8f6a4b commit 45b7be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- uses: a2stuff/build-install-ca65-action@v2
1818
- uses: a2stuff/build-install-cadius-action@v1
1919

@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: deploy new version
2727
if: startsWith(github.ref, 'refs/tags/')
28-
uses: ncipollo/release-action@v1.11.2
28+
uses: ncipollo/release-action@v1
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
artifacts: "out/intbasic_system.po,out/intbasic_system.2mg"

0 commit comments

Comments
 (0)