Skip to content

Commit 2254527

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update actions/cache action to v3.0.4
1 parent 0b6f03a commit 2254527

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/[email protected].2
30+
uses: actions/[email protected].4
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/[email protected].2
57+
uses: actions/[email protected].4
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)