Skip to content

Commit

Permalink
build(deps): bump actions/cache from 2.1.6 to 2.1.7 (#4985)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 23, 2021
1 parent 96f6a87 commit 7725030
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# is because these 3 directories don't share a common root.

- name: Cache node_modules content-origin-request
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules-content-origin-request
with:
path: |
Expand All @@ -49,7 +49,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Cache node_modules content-origin-response
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules-content-origin-response
with:
path: |
Expand All @@ -61,7 +61,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: "yarn"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-published-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: "yarn"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: deployer/.venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/pr-deployer.yml') }}

- name: Load cached .local
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ~/.local
key: dotlocal-${{ runner.os }}-${{ hashFiles('.github/workflows/pr-deployer.yml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-kumascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: "yarn"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/[email protected].7
id: cached-node_modules
with:
path: |
Expand Down

0 comments on commit 7725030

Please sign in to comment.