Skip to content

Commit

Permalink
Merge pull request #27 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 authored Apr 5, 2024
2 parents e1bfe37 + e41548c commit 7ced300
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/[email protected].1
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 7ced300

Please sign in to comment.