Skip to content

Commit 73be4e4

Browse files
authored
Merge pull request #4 from bedita/dependabot/github_actions/gh-actions-bf82f4b4c3
build(deps): bump the gh-actions group with 2 updates
2 parents 23d3210 + d1aaa31 commit 73be4e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
6767

6868
- name: 'Share Composer cache across runs'
69-
uses: 'actions/cache@v4'
69+
uses: 'actions/cache@v5'
7070
with:
7171
path: '${{ steps.cachedir.outputs.path }}'
7272
key: "composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}"
@@ -91,7 +91,7 @@ jobs:
9191
env_vars: PHP_VERSION
9292

9393
- name: 'Archive code coverage results'
94-
uses: 'actions/upload-artifact@v5'
94+
uses: 'actions/upload-artifact@v6'
9595
with:
9696
name: 'PHP ${{ matrix.php }}'
9797
path: 'clover.xml'
@@ -117,7 +117,7 @@ jobs:
117117
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
118118

119119
- name: 'Share Composer cache across runs'
120-
uses: 'actions/cache@v4'
120+
uses: 'actions/cache@v5'
121121
with:
122122
path: '${{ steps.cachedir.outputs.path }}'
123123
key: "composer-lowest-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)