Skip to content

Commit

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

Bump actions/cache from 3.3.2 to 3.3.3
  • Loading branch information
westonruter authored Jan 19, 2024
2 parents e647d0f + 122ee52 commit 1481bb5
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].2
uses: actions/[email protected].3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 1481bb5

Please sign in to comment.