Skip to content

Commit

Permalink
Merge pull request #3 from cngJo/patch-1
Browse files Browse the repository at this point in the history
chore: upgrade actions/cache to v4
  • Loading branch information
shyim authored May 31, 2024
2 parents 8652863 + 35bdc0c commit c7bbbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ runs:
echo "DATABASE_URL=mysql://[email protected]/shopware" >> "$GITHUB_ENV"
- name: Retrieve the cached "vendor" directory (if present)
uses: actions/cache@v3
uses: actions/cache@v4
id: composer-cache
with:
path: vendor
Expand Down

0 comments on commit c7bbbd6

Please sign in to comment.