diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 1d182403..d55398c9 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@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: 1 diff --git a/.github/workflows/DocCleanUp.yml b/.github/workflows/DocCleanUp.yml index ad26ed05..09cd187c 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@v6 + uses: actions/checkout@v7 with: ref: gh-pages - name: Delete preview and history + push changes diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index bd1bb8b6..2f1d55a0 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Julia uses: julia-actions/setup-julia@v3 - name: Pull Julia cache diff --git a/.github/workflows/FormatPR.yml b/.github/workflows/FormatPR.yml index b794fc85..a7ae269e 100644 --- a/.github/workflows/FormatPR.yml +++ b/.github/workflows/FormatPR.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install JuliaFormatter and format run: | julia -e 'using Pkg; Pkg.add(; name="JuliaFormatter", version=v"1")' diff --git a/.github/workflows/QualityCheck.yml b/.github/workflows/QualityCheck.yml index 66a39716..e933c00a 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@v6 + uses: actions/checkout@v7 - name: Check spelling uses: crate-ci/typos@v1.46.3