Skip to content

Commit ec97787

Browse files
ops(deps): bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c432329 commit ec97787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
26-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
26+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
2727
with:
2828
path: |
2929
~/.cargo/bin/
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: macos-latest
5050
steps:
5151
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
52-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
52+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
5353
with:
5454
path: |
5555
~/.cargo/bin/
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- name: Checkout repository
7676
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
77-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
77+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
7878
with:
7979
path: |
8080
~/.cargo/bin/

0 commit comments

Comments
 (0)