From 7f2d6a5c6016967e07091394d15c418f8deb25d5 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Wed, 18 Jan 2023 12:54:34 +0100 Subject: [PATCH] ci: no need to used versioned keys Caches can now easily be removed using the Actions UI --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 32444579a..16cecff01 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -160,7 +160,7 @@ jobs: id: certs-cache with: path: ./certificates - key: certificates-2022-11-24 + key: certificates - name: Create Intermediate CA certificate if: steps.certs-cache.outputs.cache-hit != 'true'