File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - name : GitHub Action for Flake8
1212 uses : cclauss/GitHub-Action-for-Flake8@v0.5.0
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - name : Setup Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.8"
1818
3939 - run : mkdocs build
4040
4141 - name : Deploy
42- uses : peaceiris/actions-gh-pages@v3
42+ uses : peaceiris/actions-gh-pages@v4
4343 with :
4444 github_token : ${{ secrets.GITHUB_TOKEN }}
4545 publish_dir : ./site
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up Python
14- uses : actions/setup-python@v4
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : " 3.x"
1717 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 - " 3.13"
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Install dependencies
2929 run : tox
3030
3131 - name : Upload coverage to Codecov
32- uses : codecov/codecov-action@v3
32+ uses : codecov/codecov-action@v4
3333 with :
3434 token : ${{ secrets.CODECOV_TOKEN }}
3535 file : ./coverage.xml
You can’t perform that action at this time.
0 commit comments