Skip to content

Commit

Permalink
Merge pull request #178 from runtime-shady-backroom/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/EmbarkStudios/cargo-deny-action-2

Bump EmbarkStudios/cargo-deny-action from 1 to 2
  • Loading branch information
runtime-shady-backroom authored Jan 1, 2025
2 parents c6ac306 + 5f40acf commit 8eea3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
build:
# only run for pushes to tags or non-dependabot branches
if: startsWith(github.ref, 'refs/tags/') || (startsWith(github.ref, 'refs/heads/') && !startsWith(github.ref, 'refs/heads/dependabot/'))
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
test:
strategy:
matrix:
Expand Down

0 comments on commit 8eea3c1

Please sign in to comment.