Skip to content

Commit ab561f8

Browse files
Bump actions/checkout from 5.0.1 to 6.0.1 (#133)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2e18ec commit ab561f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
os: ${{ fromJson(needs.setup.outputs.os) }}
194194
platform: ${{ fromJson(needs.setup.outputs.platform) }}
195195
steps:
196-
- uses: actions/checkout@v6
196+
- uses: actions/checkout@v6.0.1
197197
- name: Setup Docker Buildx
198198
uses: docker/setup-buildx-action@v3
199199
- name: Login to DockerHub

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
arch: [aarch64, armv7, s390x, ppc64le]
2020
manylinux: [manylinux2014, manylinux_2_28]
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v6.0.1
2323
- name: Build Wheel
2424
uses: messense/maturin-action@v1
2525
env:
@@ -89,7 +89,7 @@ jobs:
8989
container:
9090
image: docker://messense/${{ matrix.manylinux }}-cross:${{ matrix.platform.arch }}
9191
steps:
92-
- uses: actions/checkout@v6
92+
- uses: actions/checkout@v6.0.1
9393
- uses: actions-rs/toolchain@v1
9494
with:
9595
profile: minimal

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.0
35+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)