Skip to content

Commit

Permalink
Merge pull request #56 from ujamii/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
mgrundkoetter authored Dec 19, 2024
2 parents 1d6376a + f1340a8 commit cf131ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: composer validate

- name: Cache Composer dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: composer validate

- name: Cache Composer dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit cf131ec

Please sign in to comment.