From 7449f781cd095344104556be37e65570806e7d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 23:54:28 -0500 Subject: [PATCH] Bump the all-github-actions group with 2 updates (#360) Bumps the all-github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [asdf-vm/actions](https://github.com/asdf-vm/actions). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `asdf-vm/actions` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/asdf-vm/actions/releases) - [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/asdf-vm/actions/compare/1902764435ca0dd2f3388eea723a4f92a4eb8302...b7bcd026f18772e44fe1026d729e1611cc435d47) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: asdf-vm/actions dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .../workflows/example-builds-defaultarch.yml | 2 +- .../example-builds-nightly-defaultarch.yml | 2 +- .github/workflows/example-builds-nightly.yml | 2 +- .github/workflows/example-builds.yml | 2 +- .github/workflows/pr_checks.yml | 20 +++++++++---------- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4f86aa0..801e905 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/example-builds-defaultarch.yml b/.github/workflows/example-builds-defaultarch.yml index 16a3b73..5882dce 100644 --- a/.github/workflows/example-builds-defaultarch.yml +++ b/.github/workflows/example-builds-defaultarch.yml @@ -23,7 +23,7 @@ jobs: os: [ubuntu-latest, macOS-latest, windows-latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 if: ${{ ! startsWith(github.ref, 'refs/heads/releases') }} diff --git a/.github/workflows/example-builds-nightly-defaultarch.yml b/.github/workflows/example-builds-nightly-defaultarch.yml index 011baf1..7500dd8 100644 --- a/.github/workflows/example-builds-nightly-defaultarch.yml +++ b/.github/workflows/example-builds-nightly-defaultarch.yml @@ -27,7 +27,7 @@ jobs: - macos-latest # Apple Silicon steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 if: ${{ ! startsWith(github.ref, 'refs/heads/releases') }} diff --git a/.github/workflows/example-builds-nightly.yml b/.github/workflows/example-builds-nightly.yml index d89e253..444b6a0 100644 --- a/.github/workflows/example-builds-nightly.yml +++ b/.github/workflows/example-builds-nightly.yml @@ -29,7 +29,7 @@ jobs: julia-arch: x86 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 if: ${{ ! startsWith(github.ref, 'refs/heads/releases') }} diff --git a/.github/workflows/example-builds.yml b/.github/workflows/example-builds.yml index 8755881..17b390e 100644 --- a/.github/workflows/example-builds.yml +++ b/.github/workflows/example-builds.yml @@ -36,7 +36,7 @@ jobs: julia-version: '1' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 if: ${{ ! startsWith(github.ref, 'refs/heads/releases') }} diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 92ab91b..a089a95 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -39,14 +39,14 @@ jobs: fail-fast: false steps: ### Check out the repo: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd with: persist-credentials: false ### Cleanall: - run: make cleanall ### Install NodeJS # Unix (non-Windows): - - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + - uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 if: runner.os != 'Windows' - run: make unix-asdf-install if: runner.os != 'Windows' @@ -82,14 +82,14 @@ jobs: runs-on: ubuntu-latest steps: ### Check out the repo: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd with: persist-credentials: false ### Cleanall: - run: make cleanall ### Install NodeJS # Unix (non-Windows): - - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + - uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 if: runner.os != 'Windows' - run: make unix-asdf-install if: runner.os != 'Windows' @@ -126,14 +126,14 @@ jobs: runs-on: ubuntu-latest steps: ### Check out the repo: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd with: persist-credentials: false ### Cleanall: - run: make cleanall ### Install NodeJS # Unix (non-Windows): - - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + - uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 if: runner.os != 'Windows' - run: make unix-asdf-install if: runner.os != 'Windows' @@ -161,14 +161,14 @@ jobs: runs-on: ubuntu-latest steps: ### Check out the repo: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd with: persist-credentials: false ### Cleanall: - run: make cleanall ### Install NodeJS # Unix (non-Windows): - - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + - uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 if: runner.os != 'Windows' - run: make unix-asdf-install if: runner.os != 'Windows' @@ -199,12 +199,12 @@ jobs: fail-fast: false steps: ### Check out the repo: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd with: persist-credentials: false ### Install NodeJS # Unix (non-Windows): - - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + - uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 if: runner.os != 'Windows' - run: make unix-asdf-install if: runner.os != 'Windows'