Skip to content

Commit 3da22d0

Browse files
chore(deps): bump actions/cache from 4 to 5 (#717)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 003a81f commit 3da22d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4343
4444
- name: Init Composer Cache # Docs: <https://git.io/JfAKn#php---composer>
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
@@ -52,7 +52,7 @@ jobs:
5252
run: cd tests/php_test_files && composer update --prefer-dist --no-progress --ansi
5353

5454
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: ~/go/pkg/mod
5858
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -111,7 +111,7 @@ jobs:
111111
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
112112
113113
- name: Init Composer Cache # Docs: <https://git.io/JfAKn#php---composer>
114-
uses: actions/cache@v4
114+
uses: actions/cache@v5
115115
with:
116116
path: ${{ steps.composer-cache.outputs.dir }}
117117
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
@@ -121,7 +121,7 @@ jobs:
121121
run: cd tests/php_test_files && composer update --prefer-dist --no-progress --ansi
122122

123123
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
124-
uses: actions/cache@v4
124+
uses: actions/cache@v5
125125
with:
126126
path: ~/go/pkg/mod
127127
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -204,7 +204,7 @@ jobs:
204204
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
205205
206206
- name: Init Composer Cache # Docs: <https://git.io/JfAKn#php---composer>
207-
uses: actions/cache@v4
207+
uses: actions/cache@v5
208208
with:
209209
path: ${{ steps.composer-cache.outputs.dir }}
210210
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
@@ -214,7 +214,7 @@ jobs:
214214
run: cd tests/php_test_files && composer update --prefer-dist --no-progress --ansi
215215

216216
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
217-
uses: actions/cache@v4
217+
uses: actions/cache@v5
218218
with:
219219
path: ~/go/pkg/mod
220220
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)