Skip to content

Commit 67c6455

Browse files
chore(deps): bump actions/cache from 4 to 5 (#160)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9ace8a commit 67c6455

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
@@ -65,7 +65,7 @@ jobs:
6565
id: composer-cache
6666
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6767
- name: Cache dependencies
68-
uses: actions/cache@v4
68+
uses: actions/cache@v5
6969
with:
7070
path: ${{ steps.composer-cache.outputs.dir }}
7171
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)