diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8b29d3..9bb73f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: os: [ubuntu-24.04] # macos-10.15, windows-2019 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Julia Setup uses: julia-actions/setup-julia@v3 with: diff --git a/.github/workflows/docs-cleanup.yml b/.github/workflows/docs-cleanup.yml index aa9f096..9b17c46 100644 --- a/.github/workflows/docs-cleanup.yml +++ b/.github/workflows/docs-cleanup.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/documenter.yml b/.github/workflows/documenter.yml index aee2109..d31e6c3 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -14,7 +14,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-docdeploy@latest env: diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index c0b55cb..abdb5e8 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -9,7 +9,7 @@ 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@master # don't fail on typos in files not impacted by this PR diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 632aae5..e9229c5 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -23,7 +23,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: ${{ matrix.julia-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Instantiate `format` environment and format run: | julia --project=format -e 'using Pkg; Pkg.instantiate()'