Skip to content

Commit 39c3793

Browse files
build(deps): bump actions/cache from 4 to 5 (#1417)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 fae8a87 commit 39c3793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version: 20
4242
registry-url: 'https://registry.npmjs.org'
4343
- name: Cache dependencies
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: ~/.npm
4747
key: ${{ runner.os }}-node-${{ hashFiles('yarn.lock') }}
@@ -69,7 +69,7 @@ jobs:
6969
node-version: 20
7070
registry-url: 'https://registry.npmjs.org'
7171
- name: Cache dependencies
72-
uses: actions/cache@v4
72+
uses: actions/cache@v5
7373
with:
7474
path: ~/.npm
7575
key: ${{ runner.os }}-node-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)