Skip to content

Commit

Permalink
Merge pull request #199 from P3D-Legacy/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3.0.7

Bump actions/cache from 3.0.6 to 3.0.7
  • Loading branch information
github-actions[bot] authored Aug 15, 2022
2 parents 0397bc0 + e439a64 commit fea8165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
Expand Down

0 comments on commit fea8165

Please sign in to comment.