File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313 using : composite
1414 steps :
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ${{ inputs.python-version }}
1919
Original file line number Diff line number Diff line change 2525 # get the sha of the last commit to attach the results of the tests
2626 if : always()
2727 id : get-branch-info
28- uses : actions/github-script@v7
28+ uses : actions/github-script@v8
2929 with :
3030 github-token : ${{ secrets.GITHUB_TOKEN }}
3131 script : |
3939 core.setOutput('repository', pr.data.head.repo.full_name)
4040
4141 - name : Checkout code on the correct branch
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 with :
4444 # context is not aware which branch to checkout so it would otherwise
4545 # default to main (we also need repo name to source from the right user
6161 - name : Report results of the tests and publish
6262 # publish the results to a check run no matter the pass or fail
6363 if : always()
64- uses : actions/github-script@v7
64+ uses : actions/github-script@v8
6565 with :
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
6767 script : |
Original file line number Diff line number Diff line change 1212 timeout-minutes : 10
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v5
1616
1717 - name : Install project dependencies
1818 uses : ./.github/setup
2828 timeout-minutes : 10
2929
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v5
3232
3333 - name : Install project dependencies
3434 uses : ./.github/setup
4444 timeout-minutes : 10
4545
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v5
4848
4949 - name : Install project dependencies
5050 uses : ./.github/setup
Original file line number Diff line number Diff line change 2424 name : OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828
2929 - name : Install project dependencies
3030 uses : ./.github/setup
5555 timeout-minutes : 10
5656
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
5959
60- - uses : pre-commit/action@v3.0.0
60+ - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ pyarrow = ">=10.0.1"
4242pytest = " >=8.4.2"
4343pyright = " >=1.1.405"
4444ty = " >=0.0.1a21"
45- pyrefly = " >=0.34 .0"
45+ pyrefly = " >=0.35 .0"
4646poethepoet = " >=0.16.5"
4747loguru = " >=0.6.0"
4848typing-extensions = " >=4.4.0"
You can’t perform that action at this time.
0 commit comments