From e724d1953c445ca7e592c0749a6af9628e435778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:06:00 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/build.yml | 10 +++++----- .github/workflows/test.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec8dc2172..841ae03a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: path: target/aarch64-unknown-linux-gnu/release/rustscan pkg_config_path: /usr/lib/x86_64-linux-gnu/pkgconfig steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache cargo & target directories uses: Swatinem/rust-cache@v2 - name: Build binary @@ -67,7 +67,7 @@ jobs: env: IN_PIPELINE: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install cargo-deb run: cargo install -f cargo-deb - uses: awalsh128/cache-apt-pkgs-action@v1 @@ -90,7 +90,7 @@ jobs: runs-on: macos-latest if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache cargo & target directories uses: Swatinem/rust-cache@v2 - name: Build binary @@ -119,7 +119,7 @@ jobs: runs-on: macos-latest if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache cargo & target directories uses: Swatinem/rust-cache@v2 - name: Build binary @@ -162,7 +162,7 @@ jobs: name: x86-windows-rustscan.exe path: target\i686-pc-windows-msvc\release\rustscan.exe steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache cargo & target directories uses: Swatinem/rust-cache@v2 - name: Build binary diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 527f907c9..3fba69257 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install stable toolchain uses: actions-rs/toolchain@v1