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 7aeb2e5 commit 1d6b923
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@v3
- 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: "prodos-drivers.po"

0 comments on commit 1d6b923

Please sign in to comment.