Skip to content

Commit

Permalink
Merge pull request #161 from SwedbankPay/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
mergify[bot] authored Oct 9, 2024
2 parents 24a3376 + ef87c35 commit a874106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.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/cache@v4.1.0
- uses: actions/cache@v4.1.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit a874106

Please sign in to comment.