Skip to content

Commit

Permalink
Bump actions/cache from 4.1.1 to 4.1.2 (#488)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.1...v4.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent aa501bd commit 3a356cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
toolchain: ${{ matrix.RUST }}
components: rustfmt, clippy

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
toolchain: ${{ matrix.RUST.VERSION }}

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

- run: sudo apt update && sudo apt-get install -y lcov

- uses: actions/[email protected].1
- uses: actions/[email protected].2
id: cargo-cache
with:
path: |
Expand Down

0 comments on commit 3a356cd

Please sign in to comment.