Skip to content

Commit

Permalink
Update GitHub Action actions/cache to v4 (#3909)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent a7caf54 commit 81a66da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
AWS_REGION: ${{ inputs.AWS_REGION }}

- name: Cache Docker layers
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: /tmp/.buildx-cache
key: docker-${{inputs.SHORTNAME}}-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 81a66da

Please sign in to comment.