Skip to content

Commit 6aefa20

Browse files
Bump the all-actions group with 3 updates
Bumps the all-actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f666c7 commit 6aefa20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7676

7777
- name: Cache composer dependencies
78-
uses: actions/cache@v4
78+
uses: actions/cache@v5
7979
with:
8080
path: $COMPOSER_CACHE
8181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Save coverage data
9696
if: ${{ matrix.php-versions == '8.5' }}
97-
uses: actions/upload-artifact@v5
97+
uses: actions/upload-artifact@v6
9898
with:
9999
name: coverage-data
100100
path: ${{ github.workspace }}/build
@@ -138,7 +138,7 @@ jobs:
138138
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
139139

140140
- name: Cache composer dependencies
141-
uses: actions/cache@v4
141+
uses: actions/cache@v5
142142
with:
143143
path: $COMPOSER_CACHE
144144
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -175,7 +175,7 @@ jobs:
175175
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
176176

177177
- name: Cache composer dependencies
178-
uses: actions/cache@v4
178+
uses: actions/cache@v5
179179
with:
180180
path: $COMPOSER_CACHE
181181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -239,7 +239,7 @@ jobs:
239239
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
240240

241241
- name: Cache composer dependencies
242-
uses: actions/cache@v4
242+
uses: actions/cache@v5
243243
with:
244244
path: $COMPOSER_CACHE
245245
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -264,7 +264,7 @@ jobs:
264264
steps:
265265
- uses: actions/checkout@v6
266266

267-
- uses: actions/download-artifact@v6
267+
- uses: actions/download-artifact@v7
268268
with:
269269
name: coverage-data
270270
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)