File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1717 ${{ runner.os }}-pip-
1818
1919 - name : " Set up Python"
20- uses : " actions/setup-python@v5 "
20+ uses : " actions/setup-python@v6 "
2121 with :
2222 python-version : " 3.11"
2323 - name : " Install python dependencies"
Original file line number Diff line number Diff line change 1212 with :
1313 ref : " main"
1414 fetch-depth : 0
15- - uses : " actions/setup-python@v5 "
15+ - uses : " actions/setup-python@v6 "
1616 with :
1717 python-version : " 3.11"
1818 - name : " Setup git"
Original file line number Diff line number Diff line change 2222 token : " ${{ secrets.RELEASE_TOKEN }}"
2323 path : " pulp-cli-gem"
2424 - name : " Set up Python"
25- uses : " actions/setup-python@v5 "
25+ uses : " actions/setup-python@v6 "
2626 with :
2727 python-version : " 3.11"
2828 - name : " Setup git"
Original file line number Diff line number Diff line change 2727 with :
2828 name : " pulp_cli_packages"
2929 - name : " Set up Python"
30- uses : " actions/setup-python@v5 "
30+ uses : " actions/setup-python@v6 "
3131 with :
3232 python-version : " ${{ matrix.python }}"
3333 - name : " Install python dependencies"
Original file line number Diff line number Diff line change 3030 with :
3131 fetch-depth : 0
3232 - name : " Set up Python"
33- uses : " actions/setup-python@v5 "
33+ uses : " actions/setup-python@v6 "
3434 with :
3535 python-version : " 3.11"
3636 - name : " Install python dependencies"
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 - uses : " actions/checkout@v5"
2323 with :
2424 fetch-depth : 0
25- - uses : " actions/setup-python@v5 "
25+ - uses : " actions/setup-python@v6 "
2626 with :
2727 python-version : " 3.12"
2828 - name : " Determine PR labels"
2929 run : |
3030 pip install GitPython==3.1.42
3131 git fetch origin ${{ github.event.pull_request.head.sha }}
3232 python .ci/scripts/pr_labels.py "origin/${{ github.base_ref }}" "${{ github.event.pull_request.head.sha }}" >> "$GITHUB_ENV"
33- - uses : " actions/github-script@v7 "
33+ - uses : " actions/github-script@v8 "
3434 name : " Apply PR Labels"
3535 with :
3636 script : |
Original file line number Diff line number Diff line change 2020 with :
2121 name : " pulp_cli_packages"
2222 - name : " Set up Python"
23- uses : " actions/setup-python@v5 "
23+ uses : " actions/setup-python@v6 "
2424 with :
2525 python-version : " 3.x"
2626 - name : " Install dependencies"
Original file line number Diff line number Diff line change 1313 with :
1414 token : " ${{ secrets.RELEASE_TOKEN }}"
1515 - name : " Set up Python"
16- uses : " actions/setup-python@v5 "
16+ uses : " actions/setup-python@v6 "
1717 with :
1818 python-version : " 3.x"
1919 - name : " Install dependencies"
Original file line number Diff line number Diff line change 1111 with :
1212 token : " ${{ secrets.RELEASE_TOKEN }}"
1313 - name : " Set up Python"
14- uses : " actions/setup-python@v5 "
14+ uses : " actions/setup-python@v6 "
1515 with :
1616 python-version : " 3.11"
1717 - name : " Setup git"
4141 GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
4242 continue-on-error : true
4343 - name : " Add Backport Label for new Branch"
44- uses : " actions/github-script@v7 "
44+ uses : " actions/github-script@v8 "
4545 with :
4646 script : |
4747 const { NEW_BRANCH } = process.env;
Original file line number Diff line number Diff line change 3838 with :
3939 name : " pulp_cli_packages"
4040 - name : " Set up Python"
41- uses : " actions/setup-python@v5 "
41+ uses : " actions/setup-python@v6 "
4242 with :
4343 python-version : " ${{ matrix.python }}"
4444 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments