Skip to content

Commit 4d3a0d3

Browse files
ci: bump actions/cache to v4 in pr-code-sniff.yml
actions/cache@v2 is now hard-deprecated by GitHub and fails the job at setup, before any code even runs - unrelated to this PR's changes, but blocking every PR's code-sniff check right now.
1 parent 9935c59 commit 4d3a0d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-code-sniff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
composer --version
2424
2525
- name: Get cached composer directories
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: ./vendor
2929
key: ${{ runner.os }}-${{ hashFiles('./composer.lock') }}

0 commit comments

Comments
 (0)