Skip to content

Commit

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

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

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 24, 2024
1 parent d8194c8 commit ef7df0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- run: ls -la ./bin/*

- name: Cache Binaries
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ./bin/
key: ${{ github.run_id }}
Expand All @@ -219,7 +219,7 @@ jobs:

- name: Cache cargo build output
id: get_cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ./bin/
key: ${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
- run: ls -la ./bin/*

- name: Cache Binaries
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ./bin/
key: ${{ github.run_id }}
Expand Down

0 comments on commit ef7df0e

Please sign in to comment.