Skip to content

Commit 1b78ae7

Browse files
authored
Merge pull request #313 from phil-davis/backport-312-v3
[v3] chore: bump workflow actions versions
2 parents f5636fc + 65623af commit 1b78ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
code-analysis: 'yes'
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: Setup PHP, with composer and extensions
3333
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4343

4444
- name: Cache composer dependencies
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
# Use composer.json for key, if composer.lock is not committed.

0 commit comments

Comments
 (0)