File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
IMAGE_NAME : ghcr.io/integer32llc/rust-playground-ci-rust-${{ matrix.channel }}
28
28
steps :
29
29
- name : Checkout code
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
ref : " ${{ github.event.pull_request.head.sha }}"
33
33
- name : Set up Docker Buildx
56
56
if : ' github.event_name == '' push'' || contains(github.event.pull_request.labels.*.name, '' CI: approved'' )'
57
57
steps :
58
58
- name : Checkout code
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
with :
61
61
ref : " ${{ github.event.pull_request.head.sha }}"
62
62
- name : Install Rust
85
85
if : ' github.event_name == '' push'' || contains(github.event.pull_request.labels.*.name, '' CI: approved'' )'
86
86
steps :
87
87
- name : Checkout code
88
- uses : actions/checkout@v3
88
+ uses : actions/checkout@v4
89
89
with :
90
90
ref : " ${{ github.event.pull_request.head.sha }}"
91
91
- name : Configure node
@@ -140,7 +140,7 @@ jobs:
140
140
working-directory : tests
141
141
steps :
142
142
- name : Checkout code
143
- uses : actions/checkout@v3
143
+ uses : actions/checkout@v4
144
144
with :
145
145
ref : " ${{ github.event.pull_request.head.sha }}"
146
146
- name : Configure Ruby
Original file line number Diff line number Diff line change 25
25
continue-on-error : true
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
- name : Set up Docker Buildx
30
30
uses : docker/setup-buildx-action@v2
31
31
with :
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ components:
7
7
8
8
- checkout : &checkout
9
9
name : " Checkout code"
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
12
12
# This should only be used when we know that the code being tested
13
13
# doesn't make use of our secrets or elevated GitHub token.
14
14
- checkout_pr : &checkout_pr
15
15
name : " Checkout code"
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
ref : ${{ github.event.pull_request.head.sha }}
19
19
You can’t perform that action at this time.
0 commit comments