Skip to content

Commit 66344fc

Browse files
Bump actions/cache from 1 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c436dc commit 66344fc

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)