Skip to content

Commit 09260db

Browse files
Bump actions/cache from 4.3.0 to 5.0.0 (#83)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...a783357) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d40fb1 commit 09260db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Cache Node modules
4444
id: cache
45-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
45+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
4646
with:
4747
key: node-modules-${{ hashFiles('package-lock.json') }}
4848
path: node_modules

0 commit comments

Comments
 (0)