Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit d746301

Browse files
authored
Merge pull request #12 from codedge/dependabot/github_actions/actions/cache-2.1.6
github-actions(deps): bump actions/cache from 2.1.5 to 2.1.6
2 parents 2a63585 + 6efcebc commit d746301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2323

2424
- name: Cache dependencies
25-
uses: actions/[email protected].5
25+
uses: actions/[email protected].6
2626
with:
2727
path: ~/.composer/cache/files
2828
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)