File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
working-directory : " go"
32
32
steps :
33
33
- name : Git checkout
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v4
35
35
- name : Set up Go
36
36
uses : actions/setup-go@v5
37
37
with :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
101
101
steps :
102
102
- name : Checkout
103
- uses : actions/checkout@v3
103
+ uses : actions/checkout@v4
104
104
105
105
- name : Download windows x86_64 lib
106
106
uses : actions/download-artifact@v4
@@ -149,7 +149,7 @@ jobs:
149
149
needs : [ test-and-build, build-centos7 ]
150
150
steps :
151
151
- name : Checkout
152
- uses : actions/checkout@v3
152
+ uses : actions/checkout@v4
153
153
154
154
- name : Set up JDK 8
155
155
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
101
101
steps :
102
102
- name : Checkout
103
- uses : actions/checkout@v3
103
+ uses : actions/checkout@v4
104
104
105
105
- name : Download windows x86_64 lib
106
106
uses : actions/download-artifact@v4
@@ -149,7 +149,7 @@ jobs:
149
149
needs : [ test-and-build, build-centos7 ]
150
150
steps :
151
151
- name : Checkout
152
- uses : actions/checkout@v3
152
+ uses : actions/checkout@v4
153
153
154
154
- name : Set up JDK 8
155
155
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 27
27
runs-on : ${{ matrix.os }}
28
28
steps :
29
29
- name : Git checkout
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v4
31
31
- name : Install rust nightly toolchain
32
32
uses : actions-rs/toolchain@v1
33
33
with :
You can’t perform that action at this time.
0 commit comments