Skip to content

Commit

Permalink
build(deps): bump rustsec/audit-check from 1.4.1 to 2.0.0
Browse files Browse the repository at this point in the history
I created a project recently using this template and dependabot immediately suggested this
  • Loading branch information
0xangelo authored Nov 18, 2024
1 parent e5e3219 commit 1e903e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run security audit
uses: rustsec/audit-check@v1.4.1
uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}

0 comments on commit 1e903e7

Please sign in to comment.