File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v5
24
24
25
25
- name : Initialize CodeQL
26
26
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 25
25
go-version : ^1.21
26
26
27
27
- name : Checkout codebase
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v5
29
29
30
30
- name : golangci-lint
31
31
uses : golangci/golangci-lint-action@v8
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
121
121
steps :
122
122
- name : Checkout codebase
123
- uses : actions/checkout@v3
123
+ uses : actions/checkout@v5
124
124
with :
125
125
fetch-depth : 0
126
126
@@ -208,7 +208,7 @@ jobs:
208
208
needs : build
209
209
steps :
210
210
- name : Checkout codebase
211
- uses : actions/checkout@v3
211
+ uses : actions/checkout@v5
212
212
with :
213
213
fetch-depth : 0
214
214
@@ -286,6 +286,7 @@ jobs:
286
286
file : build_artifacts/v2ray-extra.zip
287
287
tag : ${{ github.ref }}
288
288
overwrite : true
289
+
289
290
buildContainer :
290
291
if : github.event_name == 'release'
291
292
needs : signature
@@ -310,7 +311,7 @@ jobs:
310
311
arm64-v8a:arm64
311
312
arm64-v8a:arm64/v8
312
313
steps :
313
- - uses : actions/checkout@v3
314
+ - uses : actions/checkout@v5
314
315
315
316
- name : Log in to ghcr.io
316
317
uses : redhat-actions/podman-login@v1
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout default branch
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v5
13
13
14
14
- name : Grant it execution permission
15
15
run : |
Original file line number Diff line number Diff line change 33
33
go-version : ^1.21
34
34
35
35
- name : Checkout codebase
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v5
37
37
with :
38
38
fetch-depth : 0
39
39
You can’t perform that action at this time.
0 commit comments