File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v4.2.2
17
+ uses : actions/checkout@v5.0.0
18
18
with :
19
19
fetch-depth : 0
20
20
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Checkout code
39
- uses : actions/checkout@v4.2.2
39
+ uses : actions/checkout@v5.0.0
40
40
with :
41
41
fetch-depth : 0
42
42
76
76
tree-state : ${{ steps.ldflags.outputs.tree-state }}
77
77
steps :
78
78
- id : checkout
79
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # tag=v2.3.4
79
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v2.3.4
80
80
with :
81
81
fetch-depth : 0
82
82
- id : ldflags
92
92
needs : [lint, test, args]
93
93
steps :
94
94
- name : Checkout code
95
- uses : actions/checkout@v4.2.2
95
+ uses : actions/checkout@v5.0.0
96
96
with :
97
97
fetch-depth : 0
98
98
@@ -120,7 +120,7 @@ jobs:
120
120
runs-on : ubuntu-latest
121
121
steps :
122
122
- name : Checkout code
123
- uses : actions/checkout@v4.2.2
123
+ uses : actions/checkout@v5.0.0
124
124
with :
125
125
fetch-depth : 0
126
126
Original file line number Diff line number Diff line change 34
34
tree-state : ${{ steps.ldflags.outputs.tree-state }}
35
35
steps :
36
36
- id : checkout
37
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # tag=v2.3.4
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v2.3.4
38
38
with :
39
39
fetch-depth : 0
40
40
- id : ldflags
79
79
runs-on : ubuntu-latest
80
80
steps :
81
81
- name : Checkout the repository
82
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v2.3.4
82
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v2.3.4
83
83
84
84
- name : Set up Docker Buildx
85
85
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
You can’t perform that action at this time.
0 commit comments