Skip to content

Commit 15b78fd

Browse files
committed
fix: code_checks
1 parent 1bfce3f commit 15b78fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Cache dependencies
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.composer/cache/files
2424
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)