Skip to content

Commit ca479ff

Browse files
chore(deps): bump actions/cache from v2 to v2.1.4 (#11066)
1 parent e11072b commit ca479ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: yarn-cache
3333
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
3434

35-
- uses: actions/cache@v2
35+
- uses: actions/cache@v2.1.4
3636
with:
3737
path: ${{ steps.yarn-cache.outputs.dir }}
3838
key: yarn2-${{ hashFiles('yarn.lock') }}
@@ -60,7 +60,7 @@ jobs:
6060
- name: Get yarn cache
6161
id: yarn-cache
6262
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
63-
- uses: actions/cache@v2
63+
- uses: actions/cache@v2.1.4
6464
with:
6565
path: ${{ steps.yarn-cache.outputs.dir }}
6666
key: yarn2-${{ hashFiles('yarn.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105
- name: Get yarn cache
106106
id: yarn-cache
107107
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
108-
- uses: actions/cache@v2
108+
- uses: actions/cache@v2.1.4
109109
with:
110110
path: ${{ steps.yarn-cache.outputs.dir }}
111111
key: yarn2-${{ hashFiles('yarn.lock') }}
@@ -145,7 +145,7 @@ jobs:
145145
- name: Get yarn cache
146146
id: yarn-cache
147147
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
148-
- uses: actions/cache@v2
148+
- uses: actions/cache@v2.1.4
149149
with:
150150
path: ${{ steps.yarn-cache.outputs.dir }}
151151
key: yarn2-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)