Skip to content

Commit

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

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
mikey179 committed Apr 5, 2024
2 parents 8310cf5 + 8bad6f9 commit 0784951
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.1
uses: actions/cache@v4.0.2
with:
path: ${{ steps.composer-cache.outputs.value }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 0784951

Please sign in to comment.