Skip to content

Commit d305c67

Browse files
authored
Merge pull request #8 from brainbits/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 6097448 + 3ca1ef5 commit d305c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
extensions: mbstring
3535

3636
- name: "Cache dependencies"
37-
uses: "actions/cache@v2"
37+
uses: "actions/cache@v4"
3838
with:
3939
path: "~/.composer/cache"
4040
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)