diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e6525d2..f97fb76 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: - macos-latest - windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} @@ -54,7 +54,7 @@ jobs: if: ${{ !contains(github.event.head_commit.message, '[skip tests]') && github.base_ref == github.event.repository.default_branch }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 with: version: "1.10" diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 7a57226..9ecc016 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -13,7 +13,7 @@ jobs: CompatHelper: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 with: version: 1 diff --git a/.github/workflows/FormatPR.yml b/.github/workflows/FormatPR.yml index 1c48e38..e19eb97 100644 --- a/.github/workflows/FormatPR.yml +++ b/.github/workflows/FormatPR.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install JuliaFormatter and format run: | julia -e 'using Pkg; Pkg.add(; name="JuliaFormatter", version="1")' diff --git a/.github/workflows/QualityCheck.yml b/.github/workflows/QualityCheck.yml index 9d778e9..55e952b 100644 --- a/.github/workflows/QualityCheck.yml +++ b/.github/workflows/QualityCheck.yml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check spelling uses: crate-ci/typos@v1.32.0