Skip to content

Commit

Permalink
Bump actions/cache from 4.1.1 to 4.1.2 (#432)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 9a60a36 commit 219f474
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.1.1
uses: actions/cache@v4.1.2
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.1.1
uses: actions/cache@v4.1.2
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.1.1
uses: actions/cache@v4.1.2
with:
path: ./bin/
key: ${{ github.run_id }}
Expand Down

0 comments on commit 219f474

Please sign in to comment.