diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 53f9d33e..d5ee3a36 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: - x64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@latest with: version: ${{ matrix.version }} @@ -52,7 +52,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@latest with: version: "1" diff --git a/.github/workflows/DocCleanup.yml b/.github/workflows/DocCleanup.yml index a68f740e..88c971ef 100644 --- a/.github/workflows/DocCleanup.yml +++ b/.github/workflows/DocCleanup.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 4da20ccd..ae738cc2 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -21,7 +21,7 @@ jobs: with: version: ${{ matrix.julia-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install JuliaFormatter and format shell: julia --color=yes {0} run: |