Skip to content

Commit e61bedc

Browse files
authored
Merge pull request #32 from sajya/dependabot/github_actions/actions/cache-5.0.1
Bump actions/cache from 4.3.0 to 5.0.1
2 parents 5f5155d + 6f1d53f commit e61bedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v6
4444

4545
- name: Cache dependencies
46-
uses: actions/cache@v4.3.0
46+
uses: actions/cache@v5.0.1
4747
with:
4848
path: ~/.composer/cache/files
4949
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)