Skip to content

Commit 3c72090

Browse files
dependabot[bot]r17x
authored andcommitted
chore(deps): bump actions/cache from 2 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06889d6 commit 3c72090

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "::set-output name=path::$(yarn config get cacheFolder)"
2626
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
2727
- name: Cache node modules
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
id: yarn-cache
3030
with:
3131
path: ${{ steps.vars.outputs.path }}
@@ -61,7 +61,7 @@ jobs:
6161
echo "::set-output name=path::$(yarn config get cacheFolder)"
6262
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
6363
- name: Cache node modules
64-
uses: actions/cache@v2
64+
uses: actions/cache@v4
6565
id: yarn-cache
6666
with:
6767
path: ${{ steps.vars.outputs.path }}

.github/workflows/test.release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "::set-output name=path::$(yarn config get cacheFolder)"
1919
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
2020
- name: Cache node modules
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
id: yarn-cache
2323
with:
2424
path: ${{ steps.vars.outputs.path }}
@@ -53,7 +53,7 @@ jobs:
5353
echo "::set-output name=path::$(yarn config get cacheFolder)"
5454
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
5555
- name: Cache node modules
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
id: yarn-cache
5858
with:
5959
path: ${{ steps.vars.outputs.path }}

0 commit comments

Comments
 (0)