Skip to content

Commit df625c3

Browse files
authored
Merge pull request #312 from phil-davis/workflow-bumps-20260114
chore: bump workflow actions versions
2 parents 44dfff6 + f6a342c commit df625c3

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)