Skip to content

Commit 8ec2def

Browse files
authored
Merge pull request #876 from cakephp/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents d70f1b3 + 91c5662 commit 8ec2def

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
@@ -60,7 +60,7 @@ jobs:
6060
run: echo "::set-output name=date::$(date +'%Y-%m')"
6161

6262
- name: Cache composer dependencies
63-
uses: actions/cache@v1
63+
uses: actions/cache@v3
6464
with:
6565
path: ${{ steps.composer-cache.outputs.dir }}
6666
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}

0 commit comments

Comments
 (0)