File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4.1.0
2626 - name : Setting up python environment
2727 uses : actions/setup-python@v4.7.1
2828 - name : Replace md table with HTML table
@@ -35,14 +35,11 @@ jobs:
3535 env :
3636 REPO_NAME : ${{ github.repository }}
3737 - name : Setup Pages
38- uses : actions/configure-pages@v3
38+ uses : actions/configure-pages@v5
3939 - name : Build with Jekyll
40- uses : actions/jekyll-build-pages@v1
41- with :
42- source : ./
43- destination : ./_site
40+ uses : actions/jekyll-build-pages@v1.0.13
4441 - name : Upload artifact
45- uses : actions/upload-pages-artifact@v2
42+ uses : actions/upload-pages-artifact@v3.0.1
4643
4744 # Deployment job
4845 deploy :
5451 steps :
5552 - name : Deploy to GitHub Pages
5653 id : deployment
57- uses : actions/deploy-pages@v2
54+ uses : actions/deploy-pages@v4.0.5
You can’t perform that action at this time.
0 commit comments