Skip to content

Commit

Permalink
⬆️ Bump actions/cache from 3.0.11 to 3.2.5
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.11...v3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Feb 13, 2023
1 parent 7f4dc61 commit 850f0ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.5
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
# Anonymous access is limited to 60 requests / hour / worker
# github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.5
with:
path: |
~/.cargo/bin/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.5
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 850f0ec

Please sign in to comment.