Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/cache action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 12, 2024
1 parent fcda153 commit dd6d7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow__docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ref: ${{ inputs.git-ref }}
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: /tmp/.docker-cache
key: docker-${{ inputs.addon-architecture }}-${{ github.sha }}
Expand Down

0 comments on commit dd6d7e8

Please sign in to comment.