Skip to content

Commit

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

Bump actions/cache from 3.3.1 to 4.1.2
  • Loading branch information
mgrundkoetter authored Nov 21, 2024
2 parents 676cb85 + fafbe99 commit 1404ef4
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 @@ -24,7 +24,7 @@ jobs:
run: composer validate

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

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

0 comments on commit 1404ef4

Please sign in to comment.