Skip to content

Commit 1af3d9a

Browse files
Bump actions/checkout from 5.0.1 to 6.0.1 (#208)
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 91e0bc8 commit 1af3d9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
env: ${{ fromJson(needs.setup.outputs.target) }}
177177
env: ${{ matrix.env }}
178178
steps:
179-
- uses: actions/checkout@v6
179+
- uses: actions/checkout@v6.0.1
180180
- name: Login to DockerHub
181181
if: ${{ github.repository_owner == 'rust-cross' && github.event_name != 'pull_request' }}
182182
uses: docker/login-action@v3

.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)