Skip to content

Commit 955c03f

Browse files
chore(deps): bump the gh-actions group with 2 updates
Bumps the gh-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-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) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c57758b commit 955c03f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: echo "path=$(composer global config cache-dir)" >> $GITHUB_OUTPUT
5252

5353
- name: 'Share Composer cache across runs'
54-
uses: 'actions/cache@v4'
54+
uses: 'actions/cache@v5'
5555
with:
5656
path: '${{ steps.cachedir.outputs.path }}'
5757
key: "composer-${{ matrix.php-version }}-${{ hashFiles('**/composer.json') }}"
@@ -79,7 +79,7 @@ jobs:
7979
env_vars: PHP_VERSION
8080

8181
- name: 'Archive code coverage results'
82-
uses: 'actions/upload-artifact@v5'
82+
uses: 'actions/upload-artifact@v6'
8383
with:
8484
name: 'PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}'
8585
path: '${{ matrix.php-version }}-${{ strategy.job-index }}-clover.xml'

0 commit comments

Comments
 (0)