File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
2727 - name : Setup Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.12'
3131
@@ -38,10 +38,10 @@ jobs:
3838 run : pdoc src/archunitpy/ -o docs/ --docformat google
3939
4040 - name : Setup Pages
41- uses : actions/configure-pages@v5
41+ uses : actions/configure-pages@v6
4242
4343 - name : Upload artifact
44- uses : actions/upload-pages-artifact@v3
44+ uses : actions/upload-pages-artifact@v4
4545 with :
4646 path : ' ./docs'
4747
5656 steps :
5757 - name : Deploy to GitHub Pages
5858 id : deployment
59- uses : actions/deploy-pages@v4
59+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 matrix :
1313 python-version : ["3.10", "3.11", "3.12", "3.13"]
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Cache pip
21- uses : actions/cache@v4
21+ uses : actions/cache@v5
2222 with :
2323 path : ~/.cache/pip
2424 key : pip-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -43,16 +43,16 @@ jobs:
4343 pull-requests : write
4444 id-token : write
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949 token : ${{ secrets.GITHUB_TOKEN }}
5050 - name : Setup Node.js
51- uses : actions/setup-node@v4
51+ uses : actions/setup-node@v6
5252 with :
5353 node-version : 22
5454 - name : Set up Python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : " 3.12"
5858 - name : Install semantic-release plugins
You can’t perform that action at this time.
0 commit comments