Skip to content

Commit

Permalink
Actions: Rev a couple dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Feb 1, 2024
1 parent d8f6a4b commit 45b7be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: a2stuff/build-install-ca65-action@v2
- uses: a2stuff/build-install-cadius-action@v1

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

0 comments on commit 45b7be1

Please sign in to comment.