Skip to content

Commit fd700ac

Browse files
authored
Merge pull request #17 from sajya/dependabot/github_actions/actions/cache-4.0.1
Bump actions/cache from 4.0.0 to 4.0.1
2 parents ee44894 + ebab8a5 commit fd700ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737

3838
- name: Cache dependencies
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
path: ~/.composer/cache/files
4242
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)