Skip to content

Commit

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

Bump actions/cache from 3.0.7 to 3.0.8
  • Loading branch information
github-actions[bot] authored Aug 22, 2022
2 parents d30da76 + 3f77514 commit 5c1f84b
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.7
uses: actions/cache@v3.0.8
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
Expand Down

0 comments on commit 5c1f84b

Please sign in to comment.