File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232 - name : Setup Pages
33- uses : actions/configure-pages@v4
33+ uses : actions/configure-pages@v5
3434 - name : Build html
3535 run : make html
3636 - name : Upload artifact
37- uses : actions/upload-pages-artifact@v3
37+ uses : actions/upload-pages-artifact@v4
3838 with :
3939 # Upload build repository
4040 path : ' ./_build/html'
4141 - name : Deploy to GitHub Pages
4242 id : deployment
43- uses : actions/deploy-pages@v4
43+ uses : actions/deploy-pages@v5
4444
4545
4646
Original file line number Diff line number Diff line change 99 - run : echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1010 - run : echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1111 - name : Check out repo
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 - name : Validate reST source
1414 run : make test
1515 - name : Build docs
You can’t perform that action at this time.
0 commit comments