diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d4778d8..1c802f1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} diff --git a/.github/workflows/FormatPR.yml b/.github/workflows/FormatPR.yml index a388409..8345408 100644 --- a/.github/workflows/FormatPR.yml +++ b/.github/workflows/FormatPR.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install JuliaFormatter and format run: | julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version="1")'