Skip to content

Commit

Permalink
Merge pull request #236 from dxw/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-4.0.1

Bump actions/cache from 3.3.2 to 4.0.1
  • Loading branch information
snim2 authored Mar 11, 2024
2 parents 3789ba5 + 8c27f98 commit 657c9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v3.3.2
- uses: actions/cache@v4.0.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 657c9a8

Please sign in to comment.