Skip to content

Commit

Permalink
update GH action cache v3
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Sep 28, 2023
1 parent 8ca96b3 commit 4507dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

# Add composer local folder in cache to make next builds faster
- name: Cache composer folder
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: php-composer-cache
Expand Down

0 comments on commit 4507dc6

Please sign in to comment.