Skip to content

Commit 9912e9a

Browse files
authored
Merge pull request brainbits#17 from brainbits/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2 parents 7fa04ec + c5c6863 commit 9912e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
php-version: "${{ matrix.php-version }}"
3232

3333
- name: "Cache dependencies"
34-
uses: "actions/cache@v2"
34+
uses: "actions/cache@v3"
3535
with:
3636
path: "~/.composer/cache"
3737
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)