Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to 36f1e14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 401f2ef commit 972b9be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
# See https://github.com/docker/build-push-action/issues/252#issuecomment-744400434
- name: Cache Docker layers
# See https://github.com/actions/cache/commits/main/
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46
with:
path: ${{ env.DOCKER_LAYERS_PATH }}
key: ${{ runner.os }}-buildx-${{ inputs.image-name }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion asdf-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:

- name: Cache tools
# see https://github.com/actions/cache/commit/69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46
with:
path: /home/runner/.asdf
key: ${{ runner.os }}-${{ hashFiles('**/.tool-versions') }}
Expand Down
2 changes: 1 addition & 1 deletion docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
# See https://github.com/docker/build-push-action/issues/252#issuecomment-744400434
- name: Cache Docker layers
# See https://github.com/actions/cache/commits/main/
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46
with:
path: ${{ env.DOCKER_LAYERS_PATH }}
key: ${{ runner.os }}-buildx-${{ inputs.image-name }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion yarn-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
steps:
- name: Cache tools
# see https://github.com/actions/cache/commit/69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46
with:
path: |
**/node_modules
Expand Down

0 comments on commit 972b9be

Please sign in to comment.