Skip to content

Commit ac95b72

Browse files
chore(deps): update actions/cache digest to 0400d5f (#297)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | digest | `5a3ec84` -> `0400d5f` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/get-eventually/go-eventually). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f302fd4 commit ac95b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/go-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
using: composite
77
steps:
88
- name: Setup cache
9-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
9+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
1010
with:
1111
path: |
1212
~/.cache/go-build

.github/actions/golangci-lint-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
run: |
1313
echo "GOLANGCI_LINT_CACHE=$HOME/.cache/golangci-lint" >> $GITHUB_ENV
1414
- name: Setup cache
15-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
15+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
1616
with:
1717
path: ${{ env.GOLANGCI_LINT_CACHE }}
1818
key: ${{ runner.os }}-golangci-lint-cache-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)