File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 python : ' 3.11'
1414 os : ' ubuntu-latest'
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-tags : true
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 4040 steps :
4141 -
4242 name : Checkout
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 fetch-tags : true
4646 fetch-depth : 0
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ${{ matrix.os }}
102102 steps :
103103 -
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v5
105105 -
106106 uses : docker/setup-docker-action@v4.3.0
107107 -
@@ -137,7 +137,7 @@ jobs:
137137 runs-on : ubuntu-24.04
138138 steps :
139139 -
140- uses : actions/checkout@v4
140+ uses : actions/checkout@v5
141141 -
142142 uses : docker/setup-docker-action@v4.3.0
143143 -
Original file line number Diff line number Diff line change 2222 package_version : ${{ steps.build_artifacts.outputs.package_version }}
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 persist-credentials : false
2828 fetch-tags : true
You can’t perform that action at this time.
0 commit comments