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 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v5
2424
2525 - name : Initialize CodeQL
2626 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 2525 go-version : ^1.21
2626
2727 - name : Checkout codebase
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v5
2929
3030 - name : golangci-lint
3131 uses : golangci/golangci-lint-action@v8
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120
121121 steps :
122122 - name : Checkout codebase
123- uses : actions/checkout@v3
123+ uses : actions/checkout@v5
124124 with :
125125 fetch-depth : 0
126126
@@ -208,7 +208,7 @@ jobs:
208208 needs : build
209209 steps :
210210 - name : Checkout codebase
211- uses : actions/checkout@v3
211+ uses : actions/checkout@v5
212212 with :
213213 fetch-depth : 0
214214
@@ -286,6 +286,7 @@ jobs:
286286 file : build_artifacts/v2ray-extra.zip
287287 tag : ${{ github.ref }}
288288 overwrite : true
289+
289290 buildContainer :
290291 if : github.event_name == 'release'
291292 needs : signature
@@ -310,7 +311,7 @@ jobs:
310311 arm64-v8a:arm64
311312 arm64-v8a:arm64/v8
312313 steps :
313- - uses : actions/checkout@v3
314+ - uses : actions/checkout@v5
314315
315316 - name : Log in to ghcr.io
316317 uses : redhat-actions/podman-login@v1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout default branch
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v5
1313
1414 - name : Grant it execution permission
1515 run : |
Original file line number Diff line number Diff line change 3333 go-version : ^1.21
3434
3535 - name : Checkout codebase
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0
3939
You can’t perform that action at this time.
0 commit comments