We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537f141 commit f0e936aCopy full SHA for f0e936a
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v4
25
- name: Cache envtest binaries
26
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
27
with:
28
path: ./bin/
29
key: binaries
.github/workflows/docs.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
14
15
python-version: 3.x
16
- - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17
18
key: mkdocs-material-${{ github.sha }}
19
path: .cache
0 commit comments