Skip to content

Commit 2b2ff7f

Browse files
authored
Merge pull request #2493 from WordPress/dependabot/github_actions/actions/cache-5.0.5
Bump actions/cache from 5.0.1 to 5.0.5
2 parents 1096d20 + 3dea15d commit 2b2ff7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: composer-cache
5353
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
5454
- name: Cache Composer downloads
55-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
55+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5656
with:
5757
path: ${{ steps.composer-cache.outputs.dir }}
5858
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)