Skip to content

Commit b28f298

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

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
@@ -184,7 +184,7 @@ jobs:
184184
env: ${{ fromJson(needs.setup.outputs.target) }}
185185
env: ${{ matrix.env }}
186186
steps:
187-
- uses: actions/checkout@v6.0.1
187+
- uses: actions/checkout@v6.0.2
188188
- name: Login to DockerHub
189189
if: ${{ github.repository_owner == 'rust-cross' && github.event_name != 'pull_request' }}
190190
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.0
35+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)