File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 fetch-depth : 0
3131 - name : Set up Node.js
32- uses : actions/setup-node@v4
32+ uses : actions/setup-node@v5
3333 with :
3434 node-version : " 22.x"
3535 - name : Install Node.js dependencies and build JS
@@ -61,13 +61,13 @@ jobs:
6161 github.ref == 'refs/heads/main'
6262 steps :
6363 - name : Checkout repo
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565
6666 - name : Fetch tags
6767 run : git fetch --tags
6868
6969 - name : Set up Python
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : " 3.x"
7373
9393 uses : actions/configure-pages@v5
9494
9595 - name : Upload Pages artifact
96- uses : actions/upload-pages-artifact@v3
96+ uses : actions/upload-pages-artifact@v4
9797 with :
9898 path : docs/_build/html
9999
@@ -119,7 +119,7 @@ jobs:
119119 path : dist
120120
121121 - name : Generate artifact attestation for sdist and wheel
122- uses : actions/attest-build-provenance@v2
122+ uses : actions/attest-build-provenance@v3
123123 with :
124124 subject-path : " dist/*"
125125
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.x"
3131
@@ -52,13 +52,13 @@ jobs:
5252 with :
5353 fetch-depth : 0
5454
55- - uses : actions/setup-python@v5
55+ - uses : actions/setup-python@v6
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858 allow-prereleases : true
5959
6060 - name : Set up Node.js
61- uses : actions/setup-node@v4
61+ uses : actions/setup-node@v5
6262 with :
6363 node-version : " 22.x"
6464
You can’t perform that action at this time.
0 commit comments