Skip to content

Commit eac8ebe

Browse files
Renovate: actions/cache to 6849a64
1 parent df53d6b commit eac8ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-dependency-path: pyproject.toml
3030

3131
- name: Cache pooch
32-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
32+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
3333
with:
3434
path: ~/.cache/sleplet
3535
key: readme-${{ hashFiles('pyproject.toml') }}
@@ -54,7 +54,7 @@ jobs:
5454
cache-dependency-path: pyproject.toml
5555

5656
- name: Cache pooch
57-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
57+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
5858
with:
5959
path: ~/.cache/sleplet
6060
key: examples-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)