Skip to content

Commit

Permalink
fix: usage of a deprecated Node.js version in CI (#110)
Browse files Browse the repository at this point in the history
* chore: changes from formatting on save

* fix: usage of `a deprecated Node.js version` in CI
  • Loading branch information
hamirmahal authored Oct 13, 2024
1 parent da5e91a commit 2636872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2636872

Please sign in to comment.