Skip to content

Commit

Permalink
Merge pull request #898 from westonruter/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4.1.1

Bump actions/cache from 4.1.0 to 4.1.1
  • Loading branch information
westonruter authored Oct 14, 2024
2 parents 5c89f88 + fb98a1a commit 092a50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Configure Composer cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 092a50d

Please sign in to comment.