Skip to content

Commit 882ffac

Browse files
authored
Merge pull request #369 from sabberworm/dependabot/github_actions/actions/cache-3
2 parents 9c436dc + 66344fc commit 882ffac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
coverage: "${{ matrix.coverage }}"
5858

5959
- name: Cache dependencies installed with composer
60-
uses: actions/cache@v1
60+
uses: actions/cache@v3
6161
with:
6262
path: ~/.cache/composer
6363
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -109,7 +109,7 @@ jobs:
109109
coverage: none
110110

111111
- name: Cache dependencies installed with composer
112-
uses: actions/cache@v1
112+
uses: actions/cache@v3
113113
with:
114114
path: ~/.cache/composer
115115
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)