From 8888c469c35aaa4509f0878b83f9f03f8f52a232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:22:47 +0000 Subject: [PATCH] build(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/build.yml | 8 ++++---- .github/workflows/cachix.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/release.yml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 646e6c9e4981..220bb940d802 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: if: github.repository == 'helix-editor/helix' || github.event_name != 'schedule' steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: ./.github/actions/rust-setup with: @@ -47,7 +47,7 @@ jobs: HELIX_LOG_LEVEL: info steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: ./.github/actions/rust-setup with: @@ -72,7 +72,7 @@ jobs: if: github.repository == 'helix-editor/helix' || github.event_name != 'schedule' steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: ./.github/actions/rust-setup with: @@ -97,7 +97,7 @@ jobs: if: github.repository == 'helix-editor/helix' || github.event_name != 'schedule' steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: ./.github/actions/rust-setup with: diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index ca95f29d8f17..f20aa4c8eaf8 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install nix uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5cbd79195186..9c1057db239b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: permissions: contents: write # peaceiris/actions-gh-pages pushes to the gh-pages branch steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup mdBook uses: peaceiris/actions-mdbook@ee69d230fe19748b7abf22df32acaa93833fad08 # v2.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0cf1ac3f4ba..bbe6bd8a3b1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install stable toolchain uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download grammars uses: actions/download-artifact@v8 @@ -215,7 +215,7 @@ jobs: attestations: write # write provenance to the attestations API steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/download-artifact@v8