File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
tests/end_to_end/repo/.github/workflows Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Install uv
2121 uses : astral-sh/setup-uv@v7
3434 contents : write
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838
3939 - name : Install uv
4040 uses : astral-sh/setup-uv@v7
5959 ANNOTATE_MISSING_LINES : true
6060
6161 - name : Store Pull Request comment to be posted
62- uses : actions/upload-artifact@v5
62+ uses : actions/upload-artifact@v6
6363 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
6464 with :
6565 name : python-coverage-comment-action
Original file line number Diff line number Diff line change 2020 env :
2121 PR_NUMBER : ${{ github.event.pull_request.number }}
2222 - name : Save artifact
23- uses : actions/upload-artifact@v5
23+ uses : actions/upload-artifact@v6
2424 with :
2525 name : pr_number
2626 path : pr_number.txt
Original file line number Diff line number Diff line change 8282 JOB_ID : ${{ steps.extract_job_id.outputs.JOB_ID }}
8383
8484 - name : Checkout
85- uses : actions/checkout@v5
85+ uses : actions/checkout@v6
8686 with :
8787 # Important: use the commit that was reviewed. GitHub is making sure
8888 # that this is race-condition-proof
9292 uses : astral-sh/setup-uv@v7
9393
9494 - name : Poetry caches
95- uses : actions/cache@v4
95+ uses : actions/cache@v5
9696 with :
9797 path : |
9898 ~/.cache/
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 fetch-tags : true
Original file line number Diff line number Diff line change 2222 id-token : write
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Set up Docker Buildx
2828 uses : docker/setup-buildx-action@v3
8686
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v5
89+ uses : actions/checkout@v6
9090 with :
9191 fetch-depth : 0
9292 fetch-tags : true
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 contents : write
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - uses : actions/setup-python@v6
2323 with :
4040 SUBPROJECT_ID : __ACTION_SUBPROJECT_ID__
4141
4242 - name : Store Pull Request comment to be posted
43- uses : actions/upload-artifact@v5
43+ uses : actions/upload-artifact@v6
4444 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
4545 with :
4646 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments