Skip to content

Commit 9f42213

Browse files
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 40747c6 commit 9f42213

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
run: nix profile add nixpkgs#devenv
2222
# devenv cache includes bundle
2323
- name: Cache .devenv directory
24-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
24+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2525
id: devenv-cache
2626
with:
2727
path: .devenv
2828
key: ${{ runner.os }}-devenv-${{ hashFiles('devenv.nix', 'devenv.lock', 'devenv.yaml', 'Gemfile.lock', 'yarn.lock', '.ruby-version') }}
2929
restore-keys: |
3030
${{ runner.os }}-devenv-
3131
- name: Cache node_modules directory
32-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
32+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3333
id: node_modules-cache
3434
with:
3535
path: node_modules

0 commit comments

Comments
 (0)