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 85f4086 commit 6ad0bebCopy full SHA for 6ad0beb
.github/workflows/ci.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Checkout
31
uses: actions/checkout@v4
32
- name: Cache envtest binaries
33
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
34
with:
35
path: ./bin/
36
key: binaries
.github/workflows/docs.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
22
23
python-version: 3.x
24
- - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
25
26
key: mkdocs-material-${{ github.ref }}
27
path: .cache
0 commit comments