File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
tests/end_to_end/repo/.github/workflows Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 contents : write
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Install uv
2323 uses : astral-sh/setup-uv@v6
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@v4
85+ uses : actions/checkout@v5
8686 with :
8787 # Important: use the commit that was reviewed. GitHub is making sure
8888 # that this is race-condition-proof
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
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@v4
25+ uses : actions/checkout@v5
2626
2727 - name : Set up Docker Buildx
2828 uses : docker/setup-buildx-action@v3
8686
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v5
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@v4
20+ - uses : actions/checkout@v5
2121
2222 - uses : actions/setup-python@v5
2323 with :
You can’t perform that action at this time.
0 commit comments