Skip to content

Commit d5eeeb6

Browse files
committed
Fix GitHub CI
1 parent f5dd360 commit d5eeeb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 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@v6
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 }}
@@ -57,7 +57,7 @@ jobs:
5757
run: docker build -f .github/workflows/test.Dockerfile -t 'test:${{ matrix.PHP_VERSION }}' --build-arg 'PHP_VERSION=${{ matrix.PHP_VERSION }}' --build-arg 'CODE_COVERAGE=${{ matrix.CODE_COVERAGE }}' .
5858

5959
- name: Cache Composer Cache Dir
60-
uses: actions/cache@v2
60+
uses: actions/cache@v5
6161
with:
6262
path: /tmp/composer-cache-dir
6363
key: composer-cache-dir:${{ matrix.PHP_VERSION }}

0 commit comments

Comments
 (0)