Skip to content

Commit

Permalink
Merge pull request #22 from eliashaeussler/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…develop/actions/cache-3

[TASK]: Bump actions/cache from 2 to 3
  • Loading branch information
eliashaeussler authored May 9, 2022
2 parents a689b09 + bc8b116 commit 2cd41d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Define Composer cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: tests-php-${{ matrix.php-version }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Define Composer cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: tests-lowest-php-${{ matrix.php-version }}
Expand Down

0 comments on commit 2cd41d5

Please sign in to comment.