Skip to content

Commit 8b0a342

Browse files
chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#11469)
1 parent 5f4dd18 commit 8b0a342

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

+4-4
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/[email protected].5
35+
- uses: actions/[email protected].6
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/[email protected].5
63+
- uses: actions/[email protected].6
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/[email protected].5
108+
- uses: actions/[email protected].6
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/[email protected].5
148+
- uses: actions/[email protected].6
149149
with:
150150
path: ${{ steps.yarn-cache.outputs.dir }}
151151
key: yarn2-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)