Skip to content

Commit

Permalink
chore: Update actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored and Nadia Santalla committed Dec 10, 2024
1 parent 8751eef commit 76681db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/go-cache-restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- name: Restore Go cache
id: restore-go-cache
uses: actions/cache/restore@v4.1.1
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
key: go-cache-${{ steps.compute-cache-info.outputs.key }}
path: ${{ steps.compute-cache-info.outputs.path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/go-cache-save/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: "composite"
steps:
- name: Save Go cache
uses: actions/cache/save@v4.1.1
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
key: ${{ inputs.key }}
path: ${{ inputs.path }}

0 comments on commit 76681db

Please sign in to comment.