File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 lint :
1313 runs-on : " ubuntu-latest"
1414 steps :
15- - uses : " actions/checkout@v4 "
15+ - uses : " actions/checkout@v5 "
1616 - name : " Set up Python"
1717 uses : " actions/setup-python@v5"
1818 with :
3434 needs :
3535 - " lint"
3636 steps :
37- - uses : " actions/checkout@v4 "
37+ - uses : " actions/checkout@v5 "
3838 - name : " Set up Python"
3939 uses : " actions/setup-python@v5"
4040 with :
Original file line number Diff line number Diff line change 1111 runs-on : " ubuntu-latest"
1212 if : " github.repository == 'pulp/squeezer'"
1313 steps :
14- - uses : " actions/checkout@v4 "
14+ - uses : " actions/checkout@v5 "
1515 - name : " Set up Python"
1616 uses : " actions/setup-python@v5"
1717 with :
Original file line number Diff line number Diff line change 99 name : " Release"
1010 runs-on : " ubuntu-latest"
1111 steps :
12- - uses : " actions/checkout@v4 "
12+ - uses : " actions/checkout@v5 "
1313 with :
1414 token : " ${{ secrets.RELEASE_TOKEN }}"
1515 - name : " Set up Python"
Original file line number Diff line number Diff line change 77 create-release-branch :
88 runs-on : " ubuntu-latest"
99 steps :
10- - uses : " actions/checkout@v4 "
10+ - uses : " actions/checkout@v5 "
1111 - name : " Set up Python"
1212 uses : " actions/setup-python@v5"
1313 with :
Original file line number Diff line number Diff line change 3232 image_tag : " nightly"
3333 lower_bounds : true
3434 steps :
35- - uses : " actions/checkout@v4 "
35+ - uses : " actions/checkout@v5 "
3636 - uses : " actions/cache@v4"
3737 with :
3838 path : " ~/.cache/pip"
You can’t perform that action at this time.
0 commit comments