Skip to content

Commit 25b56bc

Browse files
Update actions/cache digest to 7921ae2
1 parent 21c4600 commit 25b56bc

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/dry-run-sync-algolia-search-indices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: 14.x
1717
- name: cache node modules
18-
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
18+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
1919
with:
2020
path: ~/.npm
2121
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/pa11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
echo "::set-output name=dir::$(npm config get cache)"
1717
1818
- name: Cache node modules
19-
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
19+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
2020
with:
2121
path: ${{ steps.npm-cache.outputs.dir }}
2222
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/sync-algolia-search-indices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 14.x
2020
- name: cache node modules
21-
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
21+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
2222
with:
2323
path: ~/.npm
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test-translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "::set-output name=dir::$(npm config get cache)"
2828
2929
- name: Cache node modules
30-
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
30+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
3131
with:
3232
path: ${{ steps.npm-cache.outputs.dir }}
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -65,7 +65,7 @@ jobs:
6565
echo "::set-output name=dir::$(npm config get cache)"
6666
6767
- name: Cache node modules
68-
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
68+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
6969
with:
7070
path: ${{ steps.npm-cache.outputs.dir }}
7171
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=dir::$(npm config get cache)"
3333
3434
- name: Cache node modules
35-
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
35+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
3636
with:
3737
path: ${{ steps.npm-cache.outputs.dir }}
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
5454
name: Cache node modules
55-
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
55+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
5656
with:
5757
path: ${{ steps.npm-cache.outputs.dir }}
5858
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -98,7 +98,7 @@ jobs:
9898
9999
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
100100
name: Cache node modules
101-
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
101+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
102102
with:
103103
path: ${{ steps.npm-cache.outputs.dir }}
104104
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)