Skip to content

Commit 611b220

Browse files
authored
Merge pull request #148 from goaop/copilot/fix-147
Update GitHub Actions to fix CI build failures
2 parents 9c9bee0 + ad907d2 commit 611b220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout"
26-
uses: "actions/checkout@v2"
26+
uses: "actions/checkout@v4"
2727

2828
- name: "Install PHP"
2929
uses: "shivammathur/setup-php@v2"
@@ -34,7 +34,7 @@ jobs:
3434
tools: composer:v2, cs2pr
3535

3636
- name: "Cache dependencies"
37-
uses: "actions/cache@v2"
37+
uses: "actions/cache@v4"
3838
with:
3939
path: |
4040
~/.composer/cache

0 commit comments

Comments
 (0)