From 4c7a2cbc33a9338e5d7dbb22aae74d41a8110462 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Fri, 17 May 2024 13:15:40 +0100 Subject: [PATCH] Reset the CI cache --- .github/workflows/integration-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3e1f356ee5..13db82f96a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -34,17 +34,17 @@ jobs: include: - os: ubuntu-latest release-args: "--alpine" - cache-bust: "2024-01-20" + cache-bust: "2024-05-17" - os: windows-latest release-args: "" - cache-bust: "2024-01-20" + cache-bust: "2024-05-17" - os: macos-13 release-args: "" - cache-bust: "2024-01-20" + cache-bust: "2024-05-17" # macos-latest provides macOS/AArch64 (M1) - os: macos-latest release-args: "" - cache-bust: "2024-02-02" + cache-bust: "2024-05-17" steps: - name: Clone project uses: actions/checkout@v4