Skip to content

Commit 2e1744b

Browse files
Bump: Bump actions/cache from 3.0.1 to 4.2.2 (#12)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b5846f commit 2e1744b

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/client.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
node-version: ${{ inputs.eslint_node-ver }}
8888
registry-url: 'https://registry.npmjs.org'
8989
- name: Cache Node dependencies
90-
uses: actions/cache@v3.0.1
90+
uses: actions/cache@v4.2.2
9191
with:
9292
path: |
9393
**/node_modules
@@ -121,7 +121,7 @@ jobs:
121121
node-version: ${{ inputs.stylelint_node-ver }}
122122
registry-url: 'https://registry.npmjs.org'
123123
- name: Cache Node dependencies
124-
uses: actions/cache@v3.0.1
124+
uses: actions/cache@v4.2.2
125125
with:
126126
path: |
127127
**/node_modules
@@ -153,7 +153,7 @@ jobs:
153153
node-version: ${{ inputs.jest_node-ver }}
154154
registry-url: 'https://registry.npmjs.org'
155155
- name: Cache Node dependencies
156-
uses: actions/cache@v3.0.1
156+
uses: actions/cache@v4.2.2
157157
with:
158158
path: |
159159
**/node_modules

.github/workflows/js-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: '16.x'
3333
registry-url: 'https://registry.npmjs.org'
3434
- name: Cache Node dependencies
35-
uses: actions/cache@v3.0.1
35+
uses: actions/cache@v4.2.2
3636
with:
3737
path: |
3838
**/node_modules

.github/workflows/scss-stylelint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: '16.x'
2727
registry-url: 'https://registry.npmjs.org'
2828
- name: Cache Node dependencies
29-
uses: actions/cache@v3.0.1
29+
uses: actions/cache@v4.2.2
3030
with:
3131
path: |
3232
**/node_modules

.github/workflows/silverstripe-behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "::set-output name=dir::$(composer config --global data-dir)"
4242
- name: Cache Composer Cache and dependencies
43-
uses: actions/cache@v3.0.1
43+
uses: actions/cache@v4.2.2
4444
with:
4545
path: |
4646
${{ steps.composer-data.outputs.dir }}

.github/workflows/silverstripe-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
echo "::set-output name=dir::$(composer config --global data-dir)"
2929
- name: Cache Composer Cache and dependencies
30-
uses: actions/cache@v3.0.1
30+
uses: actions/cache@v4.2.2
3131
with:
3232
path: |
3333
${{ steps.composer-data.outputs.dir }}

.github/workflows/silverstripe-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
echo "::set-output name=dir::$(composer config --global data-dir)"
4848
- name: Cache Composer Cache
49-
uses: actions/cache@v3.0.1
49+
uses: actions/cache@v4.2.2
5050
with:
5151
path: |
5252
${{ steps.composer-data.outputs.dir }}

.github/workflows/silverstripe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
echo "::set-output name=dir::$(composer config --global data-dir)"
109109
- name: Cache Composer Cache
110-
uses: actions/cache@v3.0.1
110+
uses: actions/cache@v4.2.2
111111
with:
112112
path: |
113113
${{ steps.composer-data.outputs.dir }}
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
echo "::set-output name=dir::$(composer config --global data-dir)"
146146
- name: Cache Composer Cache and dependencies
147-
uses: actions/cache@v3.0.1
147+
uses: actions/cache@v4.2.2
148148
with:
149149
path: |
150150
${{ steps.composer-data.outputs.dir }}
@@ -207,7 +207,7 @@ jobs:
207207
run: |
208208
echo "::set-output name=dir::$(composer config --global data-dir)"
209209
- name: Cache Composer Cache and dependencies
210-
uses: actions/cache@v3.0.1
210+
uses: actions/cache@v4.2.2
211211
with:
212212
path: |
213213
${{ steps.composer-data.outputs.dir }}

0 commit comments

Comments
 (0)