From 40cfe31d5fb9bc17d9cb06ce29d11346b9defc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 12:02:51 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 2123951b..96499391 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -64,7 +64,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 7b89869a..b820ea36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: ext: zip steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install dependencies run: | @@ -133,7 +133,7 @@ jobs: run: mv ${{ matrix.target }}.${{ matrix.ext }} ~/ - name: Checkout binaries repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.REPO_BIN }} persist-credentials: false diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index f1b3bfe7..a60d2ba3 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -64,7 +64,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 10d16ef9..801df695 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 9368f06c..fef578fe 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -64,7 +64,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 dd35a3a9..044ab123 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -43,7 +43,7 @@ jobs: #- windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Docker (Linux) if: runner.os == 'Linux' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3ab32b19..aced26d0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: publish-doc: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -51,7 +51,7 @@ jobs: npm run build - name: Check out GitHub page repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 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 68da89d1..f32e5159 100644 --- a/.github/workflows/emacs.yml +++ b/.github/workflows/emacs.yml @@ -64,7 +64,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 49abe500..a488f2c3 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -61,7 +61,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 d980f3a2..b02e5003 100644 --- a/.github/workflows/exit_status.yml +++ b/.github/workflows/exit_status.yml @@ -41,7 +41,7 @@ jobs: with: version: 30.2 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 ee58d1bf..086f508c 100644 --- a/.github/workflows/global.yml +++ b/.github/workflows/global.yml @@ -64,7 +64,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 19ab4193..1dad2fe2 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -64,7 +64,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 1fa99a9b..0d2b8b83 100644 --- a/.github/workflows/link.yml +++ b/.github/workflows/link.yml @@ -61,7 +61,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 93de840a..4b3cffbb 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -64,7 +64,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 34b6dfeb..e803f5e9 100644 --- a/.github/workflows/options.yml +++ b/.github/workflows/options.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 3e26f399..0fe7a259 100644 --- a/.github/workflows/outdated_upgrade.yml +++ b/.github/workflows/outdated_upgrade.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 e105bad1..56f5a8eb 100644 --- a/.github/workflows/search.yml +++ b/.github/workflows/search.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 f28d7846..9fcc58cd 100644 --- a/.github/workflows/test_buttercup.yml +++ b/.github/workflows/test_buttercup.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 5212a824..6e5f413d 100644 --- a/.github/workflows/test_ecukes.yml +++ b/.github/workflows/test_ecukes.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 413bd06f..51bbd3ba 100644 --- a/.github/workflows/test_ert-runner.yml +++ b/.github/workflows/test_ert-runner.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 bee158bd..03667211 100644 --- a/.github/workflows/test_ert.yml +++ b/.github/workflows/test_ert.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 410e7df2..bebf738d 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@v6 + - uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/upgrade-eask.yml b/.github/workflows/upgrade-eask.yml index 4dc9663c..662df526 100644 --- a/.github/workflows/upgrade-eask.yml +++ b/.github/workflows/upgrade-eask.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 258ef18a..b10bb936 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@v6 + - uses: actions/checkout@v7 - name: Install Eask (Unix) if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'