Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-sync-algolia-search-indices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 14.x
- name: cache node modules
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node modules
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-algolia-search-indices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 14.x
- name: cache node modules
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node modules
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node modules
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node modules
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Cache node modules
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Cache node modules
uses: actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
Loading