Skip to content

Commit 8b9fa13

Browse files
chore(deps): update actions/cache digest to caa2961 (#7541)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 4d3afa4 commit 8b9fa13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: echo "date=$(date +"%Yweek%U")" >> "$GITHUB_OUTPUT"
4646

4747
- name: cache golangci
48-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
48+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
4949
with:
5050
path: .cache/golangci-lint
5151
key: golangci-lint-${{ runner.os }}-${{ steps.get-year-week-number.outputs.date }}-${{ hashFiles('go.mod', '.golangci.yml') }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Cache npm packages
30-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
30+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
3131
with:
3232
path: ~/.npm
3333
key: ${{ runner.os }}-npx-renovate

0 commit comments

Comments
 (0)