From 0901563cf00b63d5317a8d02a7ccbdb02fc07a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 09:12:25 +0000 Subject: [PATCH] Update actions/cache action to v5.0.5 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.0.3 | v5.0.5 | --- .github/workflows/secure-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secure-tests.yml b/.github/workflows/secure-tests.yml index 025c81b2a..e240691f1 100644 --- a/.github/workflows/secure-tests.yml +++ b/.github/workflows/secure-tests.yml @@ -254,7 +254,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}