Skip to content

Commit

Permalink
Update actions/cache action to v4 (#6735)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 849bc84 commit ce4699a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-grow-link-integrity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: node_modules-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: node_modules-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: node_modules-${{ hashFiles('**/package-lock.json') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-static-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-grow-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand All @@ -32,7 +32,7 @@ jobs:
with:
python-version: '3.x'

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pixi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 14

- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
Expand Down

0 comments on commit ce4699a

Please sign in to comment.