Skip to content

Commit d67aba7

Browse files
chore(deps): update actions/cache action to v6
1 parent 3fe07f1 commit d67aba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # important!
1616
- name: Cache Composer dependencies
17-
uses: actions/cache@v3.3.1
17+
uses: actions/cache@v6.0.0
1818
with:
1919
path: /tmp/composer-cache
2020
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)