Skip to content

Commit

Permalink
Merge pull request #79 from stubbles/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4.0.1

Bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
mikey179 committed Mar 4, 2024
2 parents 7df0342 + 69bf151 commit 23eea55
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 @@ -50,7 +50,7 @@ jobs:

- name: Cache dependencies
if: runner.os != 'Windows'
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.1
with:
path: ${{ steps.composer-cache.outputs.value }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 23eea55

Please sign in to comment.