From bca593a1ee0f8d07652def7c24b8f52bac61c1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:22:15 +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/ci.yml | 26 +++++++++++++------------- .github/workflows/sync.yml | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efe717d8..d058d4af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: name: Quality Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -59,7 +59,7 @@ jobs: clippy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -103,7 +103,7 @@ jobs: ui-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -131,7 +131,7 @@ jobs: - "--features default test --doc" name: "nightly/${{matrix.kind}}" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -166,7 +166,7 @@ jobs: - "--features default test --doc" name: "beta/${{matrix.kind}}" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -202,7 +202,7 @@ jobs: - "-Zmiri-strict-provenance" - "-Zmiri-tree-borrows -Zmiri-strict-provenance" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -232,7 +232,7 @@ jobs: matrix: targets: ["--doc", "--all-targets"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -297,7 +297,7 @@ jobs: msrv: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -329,7 +329,7 @@ jobs: nightly-msrv: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -365,7 +365,7 @@ jobs: runs-on: ${{matrix.os}} name: "os-check (${{matrix.os}})" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: ${{github.event.pull_request.commits}} ref: ${{github.event.pull_request.head.sha}} @@ -387,12 +387,12 @@ jobs: apply: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: Rust-for-Linux/linux path: "kernel" ref: pin-init-next - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: "pin-init" fetch-depth: 0 @@ -420,7 +420,7 @@ jobs: update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 37366c6f..5eeff735 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -12,7 +12,7 @@ jobs: torvalds: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: kernel path: pin-init @@ -31,11 +31,11 @@ jobs: pin-init-next: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: next path: pin-init - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: "Rust-for-Linux/linux" ref: pin-init-next