Skip to content

Commit

Permalink
Merge branch 'main' into renovate/artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Mar 4, 2025
2 parents d03caa4 + 61743dd commit 583b8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache-dependency-path: pyproject.toml

- name: Cache pooch
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ~/.cache/sleplet
key: readme-${{ hashFiles('pyproject.toml') }}
Expand All @@ -54,7 +54,7 @@ jobs:
cache-dependency-path: pyproject.toml

- name: Cache pooch
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ~/.cache/sleplet
key: examples-${{ hashFiles('pyproject.toml') }}
Expand Down

0 comments on commit 583b8f1

Please sign in to comment.