File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,13 +126,13 @@ jobs:
126126 # Setup repository
127127 # ------------------------------------------------------------
128128 - name : " [SETUP] Checkout repository (current)"
129- uses : actions/checkout@v2
129+ uses : actions/checkout@v3
130130 with :
131131 fetch-depth : 0
132132 if : needs.configure.outputs.has_refs == 0
133133
134134 - name : " [SETUP] Checkout repository (ref: ${{ matrix.refs }})"
135- uses : actions/checkout@v2
135+ uses : actions/checkout@v3
136136 with :
137137 fetch-depth : 0
138138 ref : ${{ matrix.refs }}
@@ -200,13 +200,13 @@ jobs:
200200 # Setup repository
201201 # ------------------------------------------------------------
202202 - name : " [SETUP] Checkout repository (current)"
203- uses : actions/checkout@v2
203+ uses : actions/checkout@v3
204204 with :
205205 fetch-depth : 0
206206 if : needs.configure.outputs.has_refs == 0
207207
208208 - name : " [SETUP] Checkout repository (ref: ${{ matrix.refs }})"
209- uses : actions/checkout@v2
209+ uses : actions/checkout@v3
210210 with :
211211 fetch-depth : 0
212212 ref : ${{ matrix.refs }}
Original file line number Diff line number Diff line change 1414 steps :
1515
1616 - name : " [SETUP] Checkout repository"
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 with :
1919 fetch-depth : 0
2020
You can’t perform that action at this time.
0 commit comments