diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 0f8d85c7..723633e9 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -28,7 +28,7 @@ jobs: cache-dependency-path: pyproject.toml - name: Cache pooch - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4 with: path: ~/.cache/sleplet key: readme-${{ hashFiles('pyproject.toml') }} @@ -53,7 +53,7 @@ jobs: cache-dependency-path: pyproject.toml - name: Cache pooch - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4 with: path: ~/.cache/sleplet key: examples-${{ hashFiles('pyproject.toml') }}