From caf2bab2dd88c09578dedc85c37fcd33c1370f19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:53:41 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 07e4401..f7eb32c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -14,7 +14,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - - uses: actions/cache@v3 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | ~/.cache/pip @@ -74,7 +74,7 @@ jobs: # on older versions (e.g. 3.5) that do not have pypi.org CA certs in # baseline pip's chain PIP_CERT: /etc/ssl/certs/ca-certificates.crt - - uses: actions/cache@v3 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | ~/.cache/pip