Skip to content

Commit

Permalink
chore(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
Browse files Browse the repository at this point in the history
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.5...v0.0.6)

---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and akostylev0 committed Oct 29, 2024
1 parent 378fdfb commit ff689c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
targets: x86_64-unknown-linux-gnu
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: actions-rs/clippy-check@v1
env:
CARGO_INCREMENTAL: "0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: runner.os == 'Linux'
- run: brew install secp256k1 libsodium lz4 protobuf
if: runner.os == 'macOS'
- uses: mozilla-actions/[email protected].5
- uses: mozilla-actions/[email protected].6
- run: cargo test --no-fail-fast --features "${{ matrix.features }}"
env:
CARGO_INCREMENTAL: "0"
Expand Down

0 comments on commit ff689c8

Please sign in to comment.