Skip to content

Commit 963c254

Browse files
Merge pull request #1 from kennedy-osaze/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents 1ea0eb5 + 3fd115c commit 963c254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php-version: '8.0'
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@v1
26+
uses: actions/cache@v3
2727
with:
2828
path: ~/.composer/cache/files
2929
key: dependencies-composer-${{ hashFiles('composer.json') }}-v3

0 commit comments

Comments
 (0)