Skip to content

Commit 16b71a6

Browse files
authored
Merge pull request #97 from cakephp/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents e48b668 + 50979b3 commit 16b71a6

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

4141
- name: Cache composer dependencies
42-
uses: actions/cache@v1
42+
uses: actions/cache@v3
4343
with:
4444
path: ${{ steps.composer-cache.outputs.dir }}
4545
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}

0 commit comments

Comments
 (0)