diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index dd521797..bb6ad230 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -9,7 +9,7 @@ jobs: CompatHelper: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Get Julia compatibility id: julia_compat # NOTE: this requires a Julia compat lower-bound with minor version! diff --git a/.github/workflows/DocsCleanup.yml b/.github/workflows/DocsCleanup.yml index be55aca8..e0e923b9 100644 --- a/.github/workflows/DocsCleanup.yml +++ b/.github/workflows/DocsCleanup.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: ref: gh-pages diff --git a/.github/workflows/Format.yml b/.github/workflows/Format.yml index 27ae530b..1465c40a 100644 --- a/.github/workflows/Format.yml +++ b/.github/workflows/Format.yml @@ -16,7 +16,7 @@ jobs: if: github.event.pull_request.draft == false steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 85c3222d..d37c8e22 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: runs-on: [self-hosted, linux, X64] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@latest with: version: 'lts'