From 55020e48fda5eb434e376c704c05bd2006aecb02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:47:54 +0000 Subject: [PATCH] Bump julia-actions/cache from 2 to 3 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CheckCompatBounds.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/FormatCheck.yml | 2 +- .github/workflows/FormatPullRequest.yml | 2 +- .github/workflows/Registrator.yml | 2 +- .github/workflows/Tests.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CheckCompatBounds.yml b/.github/workflows/CheckCompatBounds.yml index f5515a3..e3edb07 100644 --- a/.github/workflows/CheckCompatBounds.yml +++ b/.github/workflows/CheckCompatBounds.yml @@ -70,7 +70,7 @@ jobs: with: version: "${{ inputs.julia-version }}" - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 if: "${{ inputs.cache }}" with: token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index c7f1cd6..cabebb1 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -94,7 +94,7 @@ jobs: with: version: "${{ inputs.julia-version }}" - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 if: "${{ inputs.cache }}" with: token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 533c19a..8873ff8 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -63,7 +63,7 @@ jobs: version: "${{ inputs.julia-version }}" arch: "x64" - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: "Install ITensorFormatter" run: | diff --git a/.github/workflows/FormatPullRequest.yml b/.github/workflows/FormatPullRequest.yml index 451b161..3b304a7 100644 --- a/.github/workflows/FormatPullRequest.yml +++ b/.github/workflows/FormatPullRequest.yml @@ -53,7 +53,7 @@ jobs: version: "${{ inputs.julia-version }}" arch: "${{ runner.arch }}" - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: "Install ITensorFormatter" run: | diff --git a/.github/workflows/Registrator.yml b/.github/workflows/Registrator.yml index ebb99b7..acf02ce 100644 --- a/.github/workflows/Registrator.yml +++ b/.github/workflows/Registrator.yml @@ -73,7 +73,7 @@ jobs: version: "${{ inputs.julia-version }}" arch: ${{ runner.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 with: delete-old-caches: false diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index d78f1fb..b944ee9 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -176,7 +176,7 @@ jobs: version: "${{ inputs.julia-version }}" arch: "${{ inputs.julia-arch || runner.arch }}" - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 if: "${{ steps.classify.outputs.triggers == 'true' && inputs.cache }}" with: token: "${{ secrets.GITHUB_TOKEN }}"