Skip to content

Commit f0e936a

Browse files
chore(deps): update actions/cache digest to 1bd1e32 (#425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 537f141 commit f0e936a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
- name: Cache envtest binaries
26-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
26+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2727
with:
2828
path: ./bin/
2929
key: binaries

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
1414
with:
1515
python-version: 3.x
16-
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
16+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
1717
with:
1818
key: mkdocs-material-${{ github.sha }}
1919
path: .cache

0 commit comments

Comments
 (0)