File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 pre-commit :
77 runs-on : ubuntu-20.04
88 steps :
9- - uses : actions/checkout@v3
10- - uses : actions/setup-python@v4
11- -
uses :
pre-commit/[email protected] .0 9+ - uses : actions/checkout@v4
10+ - uses : actions/setup-python@v5
11+ -
uses :
pre-commit/[email protected] .1 1212 build :
1313 runs-on : ubuntu-20.04
1414 steps :
15- - uses : actions/checkout@v3
16- - uses : actions/setup-python@v4
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.10"
1919 - name : Install dependencies
5252 - name : Run checks
5353 run : |
5454 make check
55- - uses : actions/upload-artifact@v3
55+ - uses : actions/upload-artifact@v4
5656 if : ${{ always() }}
5757 with :
5858 name : build
7474 >> $GITHUB_STEP_SUMMARY
7575 - name : Publish cheatsheets and handouts
7676 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
77- uses : peaceiris/actions-gh-pages@v3
77+ uses : peaceiris/actions-gh-pages@v4
7878 with :
7979 github_token : ${{ secrets.GITHUB_TOKEN }}
8080 publish_dir : ./docs/_build/html/
You can’t perform that action at this time.
0 commit comments