Skip to content

Commit 69cc3ce

Browse files
authored
Merge pull request #7 from codedge/dependabot/github_actions/actions/cache-v2.1.5
github-actions(deps): bump actions/cache from v2.1.4 to v2.1.5
2 parents 7afd90f + 5709876 commit 69cc3ce

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].4
25+
uses: actions/[email protected].5
2626
with:
2727
path: ~/.composer/cache/files
2828
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)