Skip to content

Commit 078fab2

Browse files
chore(deps): update actions/cache action to v5
1 parent 7fe2a25 commit 078fab2

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@v5.0.2
1818
with:
1919
path: /tmp/composer-cache
2020
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)