File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v5
2121
22- - uses : webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7
22+ - uses : webiny/action-conventional-commits@v1.3.1
2323
2424 - name : Check formatting
2525 run : |
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185185 cp -pv "${SRC}" upload/oidc-${{ matrix.target }}${{ matrix.exe }}
186186
187187 - name : Upload binary
188- uses : actions/upload-artifact@v4
188+ uses : actions/upload-artifact@v5
189189 with :
190190 name : oidc-${{ matrix.target }}
191191 path : upload/oidc-${{ matrix.target }}${{ matrix.exe }}
@@ -197,7 +197,7 @@ jobs:
197197 steps :
198198
199199 - name : Checkout
200- uses : actions/checkout@v4
200+ uses : actions/checkout@v5
201201 with :
202202 fetch-depth : 0
203203
You can’t perform that action at this time.
0 commit comments