diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b9bbeed..de26b3f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,12 +21,12 @@ jobs: - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Julia - uses: julia-actions/setup-julia@4c0cb0fce8556fdb04a90347310e5db8b1f98fb9 # v2 + uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2 with: version: ${{ matrix.julia-version }} arch: ${{ matrix.arch }} - name: Cache Julia artifacts - uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2 + uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3.1.0 - name: Install hyperpolymath-internal Julia deps from git # AcceleratorGate.jl is hyperpolymath-internal and not in any # Julia registry. Without adding it by URL, Pkg.instantiate diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4398660..5927d98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,10 @@ jobs: julia-version: ['1.10'] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: julia-actions/setup-julia@824fb972babf1837cf21c49159bf8a8130f26840 # v2 + - uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2 with: version: ${{ matrix.julia-version }} - - uses: julia-actions/cache@e8472695fb3c2028b1118dc399c8440ff497d409 # v2 + - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3.1.0 - name: Build and test run: | julia --project -e 'using Pkg; Pkg.build(); Pkg.test()' @@ -46,7 +46,7 @@ jobs: needs: build steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: julia-actions/setup-julia@824fb972babf1837cf21c49159bf8a8130f26840 # v2 + - uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2 with: version: '1.10' - name: Generate SBOM