Skip to content

Commit 7d7998d

Browse files
committed
Fix GitHub CI
1 parent f5dd360 commit 7d7998d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
RUN_PSALM: 'false'
4040

4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v5
4343

4444
- name: Cache Docker Image
4545
id: docker-cache-image
46-
uses: actions/cache@v2
46+
uses: actions/cache@v5
4747
with:
4848
path: /tmp/docker-cache-image.tar
4949
key: docker-cache-image:${{ matrix.PHP_VERSION }}:${{ matrix.CODE_COVERAGE }}

0 commit comments

Comments
 (0)