Skip to content

Commit a17e484

Browse files
authored
Merge pull request #2307 from WordPress/dependabot/github_actions/actions/cache-5.0.1
Bump actions/cache from 4.3.0 to 5.0.1
2 parents 7d09eb0 + 278e6b8 commit a17e484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: composer-cache
4343
run: |
4444
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
45-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
45+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)