Skip to content

Commit 1dc0a9a

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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] <[email protected]>
1 parent 8fd1ef7 commit 1dc0a9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
df -h
3232
3333
- name: Checkout repo
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
3434
steps:
3535
- name: Checkout sources
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
- name: Setup Runs-On Runner
3939
uses: ./.github/actions/runs-on
@@ -105,7 +105,7 @@ jobs:
105105
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
106106
steps:
107107
- name: Checkout sources
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v6
109109

110110
# - name: Setup Self-Hosted Runner
111111
# uses: ./.github/actions/self-hosted
@@ -176,7 +176,7 @@ jobs:
176176
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
177177
steps:
178178
- name: Checkout sources
179-
uses: actions/checkout@v4
179+
uses: actions/checkout@v6
180180

181181
# Commented out because the latency of the docker buildx cache is high enough
182182
# with the EC2 builder that it's a wash. Can be added back in if the toolchain gets complex.

0 commit comments

Comments
 (0)