Skip to content

Commit

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

Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
mikey179 authored Jan 26, 2024
2 parents 1186a24 + 67113f8 commit 165d221
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/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ${{ steps.composer-cache.outputs.value }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 165d221

Please sign in to comment.