Skip to content

Commit

Permalink
chore: update cargo deny action (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Nov 21, 2024
1 parent d62e07e commit d0e0d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cargo-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:


- name: Cargo deny
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v2
with:
# Save cache only on push events
save-if: ${{ github.event_name == 'push' && github.ref_type != 'tag' }}
Expand Down

0 comments on commit d0e0d62

Please sign in to comment.