Skip to content

Commit

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

Bump actions/cache from 3.2.5 to 3.2.6
  • Loading branch information
westonruter authored Mar 6, 2023
2 parents 11581e6 + c64168c commit 839bbe3
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 @@ -76,7 +76,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

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

0 comments on commit 839bbe3

Please sign in to comment.