Skip to content

Commit ca31852

Browse files
authored
Merge pull request #405 from cakephp/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 46f0708 + 34f62fd commit ca31852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
4343

4444
- name: Cache composer dependencies
45-
uses: actions/cache@v5
45+
uses: actions/cache@v6
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}
@@ -86,7 +86,7 @@ jobs:
8686
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
8787

8888
- name: Cache composer dependencies
89-
uses: actions/cache@v5
89+
uses: actions/cache@v6
9090
with:
9191
path: ${{ steps.composer-cache.outputs.dir }}
9292
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}

0 commit comments

Comments
 (0)