File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : " ubuntu-latest"
1010 steps :
11- - uses : " actions/checkout@v4 "
11+ - uses : " actions/checkout@v5 "
1212 - uses : " actions/cache@v4"
1313 with :
1414 path : " ~/.cache/pip"
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : " Checkout repository"
21- uses : " actions/checkout@v4 "
21+ uses : " actions/checkout@v5 "
2222 - name : " Initialize CodeQL"
2323 uses : " github/codeql-action/init@v3"
2424 with :
Original file line number Diff line number Diff line change 88 collect-changes :
99 runs-on : " ubuntu-latest"
1010 steps :
11- - uses : " actions/checkout@v4 "
11+ - uses : " actions/checkout@v5 "
1212 with :
1313 ref : " main"
1414 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 update-ci :
1414 runs-on : " ubuntu-latest"
1515 steps :
16- - uses : " actions/checkout@v4 "
16+ - uses : " actions/checkout@v5 "
1717 with :
1818 repository : " pulp/pulp-cli"
1919 path : " pulp-cli"
20- - uses : " actions/checkout@v4 "
20+ - uses : " actions/checkout@v5 "
2121 with :
2222 token : " ${{ secrets.RELEASE_TOKEN }}"
2323 path : " pulp-cli-gem"
Original file line number Diff line number Diff line change 1414 - " 3.11"
1515 - " 3.13"
1616 steps :
17- - uses : " actions/checkout@v4 "
17+ - uses : " actions/checkout@v5 "
1818 - uses : " actions/cache@v4"
1919 with :
2020 path : " ~/.cache/pip"
Original file line number Diff line number Diff line change 2626 check-commits :
2727 runs-on : " ubuntu-latest"
2828 steps :
29- - uses : " actions/checkout@v4 "
29+ - uses : " actions/checkout@v5 "
3030 with :
3131 fetch-depth : 0
3232 - name : " Set up Python"
Original file line number Diff line number Diff line change 1919 permissions :
2020 pull-requests : " write"
2121 steps :
22- - uses : " actions/checkout@v4 "
22+ - uses : " actions/checkout@v5 "
2323 with :
2424 fetch-depth : 0
2525 - uses : " actions/setup-python@v5"
Original file line number Diff line number Diff line change 1414 needs : " build"
1515 runs-on : " ubuntu-latest"
1616 steps :
17- - uses : " actions/checkout@v4 "
17+ - uses : " actions/checkout@v5 "
1818 - name : " Download wheels"
1919 uses : " actions/download-artifact@v5"
2020 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 with :
1212 token : " ${{ secrets.RELEASE_TOKEN }}"
1313 - name : " Set up Python"
You can’t perform that action at this time.
0 commit comments