Skip to content

Commit

Permalink
Merge pull request #89 from skaut/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4

Bump actions/cache from 2 to 4
  • Loading branch information
github-actions[bot] authored May 24, 2024
2 parents 949685e + 5bfd8aa commit 6a097e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: php-extensions-${{ runner.os }}-${{ env.cache-version }}

- name: "Cache extensions"
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand All @@ -39,7 +39,7 @@ jobs:
coverage: none

- name: "Cache Composer dependencies"
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: "~/.composer/cache"
key: composer-dependencies-${{ runner.os }}-${{ env.cache-version }}-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit 6a097e6

Please sign in to comment.