File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515 - name : Set up Python
16- uses : actions/setup-python@v5.1.1
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.x'
1919 - name : Install dependencies
@@ -27,10 +27,10 @@ jobs:
2727 needs : ci-tests
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
33- - uses : actions/setup-python@v5.1.1
33+ - uses : actions/setup-python@v6
3434 with :
3535 python-version : ' 3.x'
3636 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 cache : " pip"
4242
4343 - name : Upload coverage report
4444 if : matrix.python-version == '3.11'
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v6
4646 with :
4747 name : coverage-report
4848 path : .coverage
@@ -55,12 +55,12 @@ jobs:
5555
5656 steps :
5757 - name : Checkout code
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v6
5959 with :
6060 fetch-depth : 0
6161
6262 - name : Set up Python
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : " 3.11"
6666 cache : " pip"
Original file line number Diff line number Diff line change 2929 steps :
3030 - name : Get PR number
3131 id : pr
32- uses : actions/github-script@v7
32+ uses : actions/github-script@v8
3333 with :
3434 script : |
3535 const { data: pullRequests } = await github.rest.pulls.list({
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Get PR information
2828 id : pr-info
29- uses : actions/github-script@v7
29+ uses : actions/github-script@v8
3030 with :
3131 script : |
3232 const { data: pullRequests } = await github.rest.pulls.list({
8989 steps :
9090 - name : Get PR information
9191 id : pr-info
92- uses : actions/github-script@v7
92+ uses : actions/github-script@v8
9393 with :
9494 script : |
9595 const { data: pullRequests } = await github.rest.pulls.list({
You can’t perform that action at this time.
0 commit comments