From 5057ec09d08da75c685acfca5053a132cce26b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:11:04 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...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/eh-transport.yml | 2 +- .github/workflows/gc-native-roots.yml | 2 +- .github/workflows/llvm-inprocess.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eh-transport.yml b/.github/workflows/eh-transport.yml index b037a7e3ad..db8a027efd 100644 --- a/.github/workflows/eh-transport.yml +++ b/.github/workflows/eh-transport.yml @@ -104,7 +104,7 @@ jobs: runs-on: macos-15 timeout-minutes: 60 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/gc-native-roots.yml b/.github/workflows/gc-native-roots.yml index 95d38455a5..2bc03b0f38 100644 --- a/.github/workflows/gc-native-roots.yml +++ b/.github/workflows/gc-native-roots.yml @@ -265,7 +265,7 @@ jobs: # llvm-inprocess feature, which cargo cannot share with the build above. timeout-minutes: 120 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: node-version-file: .node-version diff --git a/.github/workflows/llvm-inprocess.yml b/.github/workflows/llvm-inprocess.yml index 8bf738d91e..bbbd4cd6fa 100644 --- a/.github/workflows/llvm-inprocess.yml +++ b/.github/workflows/llvm-inprocess.yml @@ -99,7 +99,7 @@ jobs: # files were. A diagnostic that cannot report the problem it exists to # report is worse than no diagnostic; it was reassuring three readers # while the corpora sat 151 commits behind. - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0