Skip to content

Commit

Permalink
Merge pull request #98 from SwedbankPay/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3.0.7

Bump actions/cache from 3.0.5 to 3.0.7
  • Loading branch information
aait authored Aug 15, 2022
2 parents 8b201d2 + 3c2b9e7 commit 213a027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

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

0 comments on commit 213a027

Please sign in to comment.