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 df53d6b commit eac8ebeCopy full SHA for eac8ebe
.github/workflows/examples.yaml
@@ -29,7 +29,7 @@ jobs:
29
cache-dependency-path: pyproject.toml
30
31
- name: Cache pooch
32
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
33
with:
34
path: ~/.cache/sleplet
35
key: readme-${{ hashFiles('pyproject.toml') }}
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
key: examples-${{ hashFiles('pyproject.toml') }}
0 commit comments