Skip to content

Commit d49170e

Browse files
committed
Bump actions/cache from @3 to @4
1 parent 52a11ce commit d49170e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Cache Docker Image
6666
id: cache-docker-image
67-
uses: actions/cache@v2
67+
uses: actions/cache@v4
6868
with:
6969
path: /tmp/docker-image.tar
7070
key: cache-docker-image-test:${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}
@@ -78,7 +78,7 @@ jobs:
7878
run: docker build -f .github/workflows/test.Dockerfile -t 'test:${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}' --build-arg 'PHP_VERSION=${{ matrix.PHP_VERSION }}' --build-arg 'CODE_COVERAGE=${{ matrix.CODE_COVERAGE }}' .
7979

8080
- name: Cache Composer Cache Files
81-
uses: actions/cache@v2
81+
uses: actions/cache@v4
8282
with:
8383
path: /tmp/composer-cache-files
8484
key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}

0 commit comments

Comments
 (0)