From 55e10e330f05e92a18615457979ef5bf75c50438 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Wed, 11 Oct 2023 12:28:40 +0100 Subject: [PATCH] Bust cache, in case it has accumulated irrelevant things over time --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 56e4ac8267..1014678390 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -33,7 +33,7 @@ jobs: include: - os: ubuntu-latest release-args: "--alpine" - cache-bust: "" + cache-bust: "2023-10-11" - os: windows-latest release-args: "" cache-bust: "13"