diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65dd6d9..228f96d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3 with: version: ${{ matrix.version }} - - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3 + - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 with: cache-compiled: "true" - name: Test diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index eacb1a4..c94a577 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3 + - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 with: cache-compiled: "true" - uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0 diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 5ea2c82..3b46e56 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -31,7 +31,7 @@ jobs: uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3 with: version: ${{ matrix.version }} - - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3 + - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 with: cache-compiled: "true" - name: Instantiate `format` environment and format