diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d419d79..df9e811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: version: ${{ matrix.julia-version }} - name: Cache Julia artifacts - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 + uses: julia-actions/cache@a7bed9df697e5d7309d68afe7542a87621a8b6c8 # v3.3.0 - name: Instantiate run: julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()' diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index ad05afd..0510cfa 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -34,7 +34,7 @@ jobs: version: ${{ matrix.julia-version }} - name: Cache Julia artifacts - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 + uses: julia-actions/cache@a7bed9df697e5d7309d68afe7542a87621a8b6c8 # v3.3.0 - name: Instantiate run: julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()' diff --git a/.github/workflows/gpu-ci.yml b/.github/workflows/gpu-ci.yml index bf501dd..21917c2 100644 --- a/.github/workflows/gpu-ci.yml +++ b/.github/workflows/gpu-ci.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false