diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eab93bee..622bb5ce 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -53,13 +53,13 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 with: include-matrix: false - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false # or true if you want CI to fail when Codecov fails diff --git a/.github/workflows/DocPreviewCleanup.yml b/.github/workflows/DocPreviewCleanup.yml index 10de7e4d..be86be5d 100644 --- a/.github/workflows/DocPreviewCleanup.yml +++ b/.github/workflows/DocPreviewCleanup.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: gh-pages diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 2ae05ae8..37fa9389 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -29,12 +29,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: '1' show-versioninfo: true - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 env: PYTHON: "" diff --git a/.github/workflows/Format.yml b/.github/workflows/Format.yml index c718b1e1..c7050660 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@v4 + uses: actions/checkout@v6 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -32,7 +32,7 @@ jobs: with: version: '1' arch: 'x64' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install Runic run: | @@ -58,7 +58,7 @@ jobs: [ $EXIT_CODE -eq 2 ] && exit 1 || exit 0 - name: Find comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find-comment with: issue-number: ${{ github.event.pull_request.number }} @@ -67,7 +67,7 @@ jobs: - name: Comment formatting suggestions if: steps.runic.outputs.exit_code == 1 - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} @@ -89,7 +89,7 @@ jobs: - name: Update stale comment if: steps.runic.outputs.exit_code == 0 && steps.find-comment.outputs.comment-id - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 478c877a..a39a0acf 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check spelling - uses: crate-ci/typos@v1.28.1 + uses: crate-ci/typos@v1.45.1 with: args: --exclude **/*.txt --exclude **/*.pvsm diff --git a/.typos.toml b/.typos.toml index 88843008..e521dfad 100644 --- a/.typos.toml +++ b/.typos.toml @@ -4,8 +4,9 @@ dum = "dum" Shepard = "Shepard" arange = "arange" iy = "iy" +iz = "iz" nin = "nin" tect = "tect" [files] -extend-exclude = ["tutorials/*.pvsm","docs/paper/paper.bib"] \ No newline at end of file +extend-exclude = ["tutorials/*.pvsm","docs/paper/paper.bib"]