Skip to content

Commit

Permalink
Fix action version (missing v prefix)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlautarom1 committed Jun 3, 2024
1 parent b5ec979 commit 575e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deny-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@2.34.1
- uses: taiki-e/install-action@v2.34.1
with:
tool: [email protected]
- run: cargo deny --all-features --locked check bans

0 comments on commit 575e8f3

Please sign in to comment.