Skip to content

Commit 3560529

Browse files
ci: actions/checkout@v3 to actions/checkout@v4
1 parent 69ec430 commit 3560529

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: disable git crlf conversion
6868
run: git config --global core.autocrlf false
6969
- name: checkout the source code
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
with:
7272
fetch-depth: 2
7373
- name: configure the PR in which the error message will be posted
@@ -435,7 +435,7 @@ jobs:
435435
- name: disable git crlf conversion
436436
run: git config --global core.autocrlf false
437437
- name: checkout the source code
438-
uses: actions/checkout@v3
438+
uses: actions/checkout@v4
439439
with:
440440
fetch-depth: 2
441441
- name: configure the PR in which the error message will be posted
@@ -555,7 +555,7 @@ jobs:
555555
- name: disable git crlf conversion
556556
run: git config --global core.autocrlf false
557557
- name: checkout the source code
558-
uses: actions/checkout@v3
558+
uses: actions/checkout@v4
559559
with:
560560
fetch-depth: 2
561561
- name: configure the PR in which the error message will be posted
@@ -662,7 +662,7 @@ jobs:
662662
if: "github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'"
663663
steps:
664664
- name: checkout the source code
665-
uses: actions/checkout@v3
665+
uses: actions/checkout@v4
666666
with:
667667
fetch-depth: 2
668668
- name: publish toolstate

.github/workflows/dependencies.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: checkout the source code
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
with:
5555
submodules: recursive
5656
- name: install the bootstrap toolchain
@@ -87,7 +87,7 @@ jobs:
8787
pull-requests: write
8888
steps:
8989
- name: checkout the source code
90-
uses: actions/checkout@v3
90+
uses: actions/checkout@v4
9191

9292
- name: download Cargo.lock from update job
9393
uses: actions/download-artifact@v3

src/ci/github-actions/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ x--expand-yaml-anchors--remove:
114114
run: git config --global core.autocrlf false
115115

116116
- name: checkout the source code
117-
uses: actions/checkout@v3
117+
uses: actions/checkout@v4
118118
with:
119119
fetch-depth: 2
120120

@@ -707,7 +707,7 @@ jobs:
707707
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'
708708
steps:
709709
- name: checkout the source code
710-
uses: actions/checkout@v3
710+
uses: actions/checkout@v4
711711
with:
712712
fetch-depth: 2
713713

0 commit comments

Comments
 (0)