Skip to content

Commit 4286bd2

Browse files
chore(deps): update actions/cache digest to fd5de65 (#63)
Signed-off-by: Renovate Bot <[email protected]> Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 920f744 commit 4286bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
python-version: "3.8"
132132

133133
- name: setup/activate pre-commit cache
134-
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3
134+
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3
135135
with:
136136
path: ~/.cache/pre-commit
137137
key: ${{ hashFiles('**/.pre-commit-config.yaml') }}

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.x"
2525

2626
- name: setup/activate pre-commit cache
27-
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3
27+
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3
2828
with:
2929
path: ~/.cache/pre-commit
3030
key: "${{ hashFiles('.pre-commit-config.yaml') }}"

0 commit comments

Comments
 (0)