Skip to content

Commit

Permalink
Merge pull request #9 from stubbles/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.0.2

Bump actions/cache from 4.0.0 to 4.0.2
  • Loading branch information
mikey179 authored Apr 5, 2024
2 parents 2cb5307 + 311211f commit 7f23a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Cache dependencies
if: runner.os != 'Windows'
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.value }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 7f23a23

Please sign in to comment.