From 91f2370e4b7e913e38a3f888bd63b2fbdeb7aaf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:55:30 +0000 Subject: [PATCH] Renovate: actions/cache to ab5e6d0 --- .github/workflows/examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 0f8d85c72..723633e95 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') }}