Skip to content

Commit

Permalink
Bump actions/cache from @3 to @4
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Nov 26, 2024
1 parent 52a11ce commit d49170e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Cache Docker Image
id: cache-docker-image
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/docker-image.tar
key: cache-docker-image-test:${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}
Expand All @@ -78,7 +78,7 @@ jobs:
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 }}' .

- name: Cache Composer Cache Files
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/composer-cache-files
key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}
Expand Down

0 comments on commit d49170e

Please sign in to comment.