From e603b61aa686a8d6d5258d4d2fb45f967ba0c047 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 18 Mar 2026 18:50:19 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/conformance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index a530108..9e7d1ae 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -34,7 +34,7 @@ jobs: # Check if it's already in the cache - name: Cache client id: check-for-cached-client - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/go/bin/client key: ${{ steps.resolve-latest-client.outputs.version }} @@ -66,7 +66,7 @@ jobs: - name: Pre-fetch go dependencies and build run: 'go build ./...' - name: Fetch conformance client - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/go/bin/client key: ${{ needs.download-conformance-client.outputs.cache-key }}