Skip to content

Commit

Permalink
build(deps): bump Swatinem/rust-cache
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from ce325b60658c1b38465c06cc965b79baf32c1e72 to 9bdad043e88c75890e36ad3bbc8d27f0090dd609.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@ce325b6...9bdad04)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent a34e419 commit 69b39fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Dependencies
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
- name: cargo fmt (check)
run: cargo fmt -p ostree -- --check -l
- name: Build
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
toolchain: ${{ env['ACTION_MSRV_TOOLCHAIN'] }}
default: true
- name: Cache Dependencies
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
- name: cargo check
run: cargo check --features=${{ env['CARGO_PROJECT_FEATURES'] }}
build-no-features:
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Dependencies
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
- name: Build
run: cargo test --no-run
- name: Run tests
Expand All @@ -76,7 +76,7 @@ jobs:
fetch-depth: 0
submodules: true
- name: Cache Dependencies
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
- name: Build libostree
run: ./ci/build.sh
- name: Install libostree
Expand Down

0 comments on commit 69b39fe

Please sign in to comment.