Skip to content

Commit f9ce0b4

Browse files
authored
Merge pull request #86 from codedge/dependabot/github_actions/actions/cache-3.3.1
github-actions(deps): bump actions/cache from 3.2.5 to 3.3.1
2 parents aeb1779 + e957429 commit f9ce0b4

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/cache@v3.2.5
25+
uses: actions/cache@v3.3.1
2626
with:
2727
path: ~/.composer/cache/files
2828
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)