Skip to content

Commit

Permalink
Merge pull request #239 from dxw/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-4.0.2

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
snim2 authored Aug 12, 2024
2 parents 81be599 + 3e2625a commit 094d9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 094d9aa

Please sign in to comment.