Skip to content

Commit c668636

Browse files
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](actions/checkout@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] <support@github.com>
1 parent e9dadb4 commit c668636

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: target/aarch64-unknown-linux-gnu/release/rustscan
3838
pkg_config_path: /usr/lib/x86_64-linux-gnu/pkgconfig
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
- name: Cache cargo & target directories
4242
uses: Swatinem/rust-cache@v2
4343
- name: Build binary
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
IN_PIPELINE: true
6969
steps:
70-
- uses: actions/checkout@v6
70+
- uses: actions/checkout@v7
7171
- name: Install cargo-deb
7272
run: cargo install -f cargo-deb
7373
- uses: awalsh128/cache-apt-pkgs-action@v1
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: macos-latest
9191
if: github.ref == 'refs/heads/master'
9292
steps:
93-
- uses: actions/checkout@v6
93+
- uses: actions/checkout@v7
9494
- name: Cache cargo & target directories
9595
uses: Swatinem/rust-cache@v2
9696
- name: Build binary
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: macos-latest
120120
if: github.ref == 'refs/heads/master'
121121
steps:
122-
- uses: actions/checkout@v6
122+
- uses: actions/checkout@v7
123123
- name: Cache cargo & target directories
124124
uses: Swatinem/rust-cache@v2
125125
- name: Build binary
@@ -162,7 +162,7 @@ jobs:
162162
name: x86-windows-rustscan.exe
163163
path: target\i686-pc-windows-msvc\release\rustscan.exe
164164
steps:
165-
- uses: actions/checkout@v6
165+
- uses: actions/checkout@v7
166166
- name: Cache cargo & target directories
167167
uses: Swatinem/rust-cache@v2
168168
- name: Build binary

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout sources
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Install stable toolchain
2121
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)