Skip to content

Commit 6ad0beb

Browse files
chore(deps): update actions/cache digest to 5a3ec84 (#557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85f4086 commit 6ad0beb

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232
- name: Cache envtest binaries
33-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
33+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3434
with:
3535
path: ./bin/
3636
key: binaries

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2222
with:
2323
python-version: 3.x
24-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
24+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2525
with:
2626
key: mkdocs-material-${{ github.ref }}
2727
path: .cache

0 commit comments

Comments
 (0)