Skip to content

Commit 5f23e94

Browse files
authored
Merge pull request #2195 from WordPress/dependabot/github_actions/actions/cache-4.3.0
Bump actions/cache from 4.2.4 to 4.3.0
2 parents bd70b05 + c567be7 commit 5f23e94

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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
45+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)