Skip to content

Commit 3ca1ef5

Browse files
chore(deps): update actions/cache action to v4
1 parent d5e3a05 commit 3ca1ef5

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)