From 778cdd422ee34cc79bf2029dafbc35d6ddf29e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:08:47 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yml | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/compat.yml | 2 +- .github/workflows/compile.yml | 2 +- .github/workflows/config.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/docs.yml | 4 ++-- .github/workflows/emacs.yml | 2 +- .github/workflows/exec.yml | 2 +- .github/workflows/exit_status.yml | 2 +- .github/workflows/global.yml | 2 +- .github/workflows/install.yml | 2 +- .github/workflows/link.yml | 2 +- .github/workflows/local.yml | 2 +- .github/workflows/options.yml | 2 +- .github/workflows/outdated_upgrade.yml | 2 +- .github/workflows/search.yml | 2 +- .github/workflows/test_buttercup.yml | 2 +- .github/workflows/test_ecukes.yml | 2 +- .github/workflows/test_ert-runner.yml | 2 +- .github/workflows/test_ert.yml | 2 +- .github/workflows/update_submodules.yml | 2 +- .github/workflows/upgrade-eask.yml | 2 +- .github/workflows/webinstall.yml | 2 +- 24 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index a0c8da60..74b8a907 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -62,7 +62,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 803f763b..f82ac18e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - win-x64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: | @@ -121,7 +121,7 @@ jobs: run: mv ${{ matrix.target }}.${{ env._EXT }} ~/ - name: Checkout binaries repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: ${{ env.REPO_BIN }} persist-credentials: false diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index 101e7a55..1f1fb73a 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -62,7 +62,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ac2fec71..44815f41 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index abd0f911..d7316f5a 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -62,7 +62,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2ed6007b..a87d3c83 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -41,7 +41,7 @@ jobs: #- windows-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Docker (Linux) if: runner.os == 'Linux' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 466fb05e..1e1019f7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: publish-doc: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true @@ -47,7 +47,7 @@ jobs: npm run build - name: Check out GitHub page repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 if: github.ref == 'refs/heads/master' with: repository: emacs-eask/emacs-eask.github.io diff --git a/.github/workflows/emacs.yml b/.github/workflows/emacs.yml index b775e090..251aaf32 100644 --- a/.github/workflows/emacs.yml +++ b/.github/workflows/emacs.yml @@ -62,7 +62,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml index 39ff4d25..88aab66b 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -59,7 +59,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/exit_status.yml b/.github/workflows/exit_status.yml index 53bd57f6..547759bd 100644 --- a/.github/workflows/exit_status.yml +++ b/.github/workflows/exit_status.yml @@ -39,7 +39,7 @@ jobs: with: version: 30.2 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/global.yml b/.github/workflows/global.yml index 339bf709..e962d235 100644 --- a/.github/workflows/global.yml +++ b/.github/workflows/global.yml @@ -62,7 +62,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 624dba9b..064c05c2 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -62,7 +62,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/link.yml b/.github/workflows/link.yml index b8b8b00d..4a97996c 100644 --- a/.github/workflows/link.yml +++ b/.github/workflows/link.yml @@ -59,7 +59,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 8c096da2..9d36bc75 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -62,7 +62,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/options.yml b/.github/workflows/options.yml index 0569de1b..8a16130a 100644 --- a/.github/workflows/options.yml +++ b/.github/workflows/options.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/outdated_upgrade.yml b/.github/workflows/outdated_upgrade.yml index e5e12d61..e2eb6d51 100644 --- a/.github/workflows/outdated_upgrade.yml +++ b/.github/workflows/outdated_upgrade.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/search.yml b/.github/workflows/search.yml index 054ded44..b59e5bad 100644 --- a/.github/workflows/search.yml +++ b/.github/workflows/search.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/test_buttercup.yml b/.github/workflows/test_buttercup.yml index 8defc603..3eb34ffb 100644 --- a/.github/workflows/test_buttercup.yml +++ b/.github/workflows/test_buttercup.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/test_ecukes.yml b/.github/workflows/test_ecukes.yml index 03357080..d489a951 100644 --- a/.github/workflows/test_ecukes.yml +++ b/.github/workflows/test_ecukes.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/test_ert-runner.yml b/.github/workflows/test_ert-runner.yml index 9cc0e428..34fe9a08 100644 --- a/.github/workflows/test_ert-runner.yml +++ b/.github/workflows/test_ert-runner.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/test_ert.yml b/.github/workflows/test_ert.yml index 9c8725c8..d45ace84 100644 --- a/.github/workflows/test_ert.yml +++ b/.github/workflows/test_ert.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/update_submodules.yml b/.github/workflows/update_submodules.yml index e2d321f5..e38f5262 100644 --- a/.github/workflows/update_submodules.yml +++ b/.github/workflows/update_submodules.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/upgrade-eask.yml b/.github/workflows/upgrade-eask.yml index 33d50760..f2d0b103 100644 --- a/.github/workflows/upgrade-eask.yml +++ b/.github/workflows/upgrade-eask.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' diff --git a/.github/workflows/webinstall.yml b/.github/workflows/webinstall.yml index 4fe03c72..258ef18a 100644 --- a/.github/workflows/webinstall.yml +++ b/.github/workflows/webinstall.yml @@ -26,7 +26,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'