Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 3c81d17 commit 9432923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: clippy
- run: rustup toolchain install nightly --profile minimal --component rustfmt
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
path: |
~/.cargo/bin/
Expand All @@ -64,7 +64,7 @@ jobs:
run: cargo clippy --tests --all-features -- -D warnings
- name: Run cargo-deny
if: matrix.os == 'ubuntu-latest'
uses: EmbarkStudios/cargo-deny-action@f87fcad0e65efa7cbdec993036c394fa9be14262 # v1.6.3∂ß
uses: EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v1.6.3∂ß

test:
strategy:
Expand All @@ -78,7 +78,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
targets: aarch64-apple-darwin,x86_64-apple-darwin
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 9432923

Please sign in to comment.