Skip to content

Commit

Permalink
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and peterbe committed Jun 1, 2021
1 parent 20c4aa8 commit 039ae5b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/content-origin-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].4
uses: actions/[email protected].5
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 @@ -72,7 +72,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].4
uses: actions/[email protected].5
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 @@ -21,7 +21,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].4
uses: actions/[email protected].5
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].4
uses: actions/[email protected].5
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 @@ -26,7 +26,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].4
uses: actions/[email protected].5
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].4
uses: actions/[email protected].5
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: deployer/.venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
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].4
uses: actions/[email protected].5
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 @@ -97,7 +97,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].4
uses: actions/[email protected].5
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 @@ -97,7 +97,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].4
uses: actions/[email protected].5
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 @@ -22,7 +22,7 @@ jobs:
node-version: "12"

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

0 comments on commit 039ae5b

Please sign in to comment.