Skip to content

Commit 1a11259

Browse files
authored
Merge pull request #22 from drupol/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2.1.7 to 3
2 parents 78c48bc + 40639ff commit 1a11259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3939

4040
- name: Cache dependencies
41-
uses: actions/cache@v2.1.7
41+
uses: actions/cache@v3
4242
with:
4343
path: ${{ steps.composer-cache.outputs.dir }}
4444
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)