Skip to content

Commit

Permalink
Merge pull request #2 from product-os/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
balena-renovate[bot] authored May 8, 2024
2 parents 5a39898 + 3af6108 commit fb8ce18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Restore tool cache
if: inputs.skip-cache != 'true'
id: cache
uses: actions/cache@v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: ${{ runner.tool_cache }}/skopeo
key: skopeo-${{ runner.os }}-${{ runner.arch }}-${{ steps.latest.outputs.release || inputs.version }}
Expand Down Expand Up @@ -75,7 +75,7 @@ runs:
chmod +x skopeo
- name: Update tool cache
uses: AnimMouse/tool-cache@v1
uses: AnimMouse/tool-cache@5c73a08045bdef61c81a6c60d208cff7ab36f3aa # v1
with:
folder_name: skopeo
cache_hit: ${{ steps.cache.outputs.cache-hit }}
Expand Down

0 comments on commit fb8ce18

Please sign in to comment.