Skip to content

Commit efaeb71

Browse files
build(deps): bump actions/cache from 2.1.4 to 3.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.4...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e464f3c commit efaeb71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Find Yarn's cache folder
2828
run: echo "::set-output name=path::$(yarn config get cacheFolder)"
2929
- name: Cache Yarn's cache folder
30-
uses: actions/cache@v2.1.6
30+
uses: actions/cache@v3.0.2
3131
with:
3232
path: ${{ steps.find-yarn-cache-folder.outputs.path }}
3333
key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}
@@ -54,7 +54,7 @@ jobs:
5454
name: Find Yarn's cache folder
5555
run: echo "::set-output name=path::$(yarn config get cacheFolder)"
5656
- name: Cache Yarn's cache folder
57-
uses: actions/cache@v2.1.6
57+
uses: actions/cache@v3.0.2
5858
with:
5959
path: ${{ steps.find-yarn-cache-folder.outputs.path }}
6060
key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)