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 }}"