Skip to content

Commit 4cbb293

Browse files
Merge pull request #5 from codenamephp/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents ffa2ae2 + 9069bdb commit 4cbb293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: composer-cache
4949
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
5050
- name: Setup cache
51-
uses: actions/cache@v3
51+
uses: actions/cache@v4
5252
with:
5353
path: ${{ steps.composer-cache.outputs.dir }}
5454
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-

0 commit comments

Comments
 (0)