File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020
2121 - name : Create MkDocs Config
2222 working-directory : ./docs
3434 REQUIREMENTS : docs/requirements.txt
3535
3636 - name : Upload PDF Artifact
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v7
3838 with :
3939 name : documentation-pdf
4040 path : pdfs
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424
3939 echo "ZIP_PATH=dist/$ZIP_NAME" >> "$GITHUB_OUTPUT"
4040
4141 - name : Upload plugin artifact
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v7
4343 with :
4444 name : ${{ steps.zip-details.outputs.ZIP_NAME }}
4545 path : ${{ steps.zip-details.outputs.ZIP_PATH }}
Original file line number Diff line number Diff line change 3737 steps :
3838
3939 - name : Checkout
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v6
4141 with :
4242 submodules : recursive
4343
5353 WITH_PYTHON_PEP=${WITH_PYTHON_PEP}
5454 EOF
5555 - name : Install python
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ' 3.10'
5959 cache : pip
@@ -80,10 +80,10 @@ jobs:
8080
8181 steps :
8282 - name : Checkout
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v6
8484
8585 - name : Install python
86- uses : actions/setup-python@v5
86+ uses : actions/setup-python@v6
8787 with :
8888 python-version : ' 3.10'
8989 cache : pip
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727
2828 - name : Setup Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3.10'
3232
@@ -45,10 +45,10 @@ jobs:
4545 fi
4646
4747 - name : Setup Pages
48- uses : actions/configure-pages@v4
48+ uses : actions/configure-pages@v5
4949
5050 - name : Upload artifact
51- uses : actions/upload-pages-artifact@v3
51+ uses : actions/upload-pages-artifact@v4
5252 with :
5353 path : ' ./docs/site'
5454
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929
9292
9393 steps :
9494 - name : Checkout release branch
95- uses : actions/checkout@v4
95+ uses : actions/checkout@v6
9696 with :
9797 ref : release
9898 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments