From 9f250f93377cc10b26641b817cc1cda8f37104ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:35:42 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/tests-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index fb6d218..6a4cd99 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -24,7 +24,7 @@ jobs: with: version: ${{ inputs.jl_version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 env: cache-name: cache-artifacts with: