Update v2's yml with latest actions (#3061)

* Updated overview docs

* Updated toc

* Updated docs more

* Updated yml via dependabot
This commit is contained in:
Tig
2023-12-17 22:01:01 -07:00
committed by GitHub
parent 49ec9b7342
commit 06ad562bc6
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Setup Pages
if: github.ref_name == 'main' || github.ref_name == 'develop'
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact
if: github.ref_name == 'main' || github.ref_name == 'develop'
@@ -43,7 +43,7 @@ jobs:
- name: Deploy to GitHub Pages
if: github.ref_name == 'main' || github.ref_name == 'develop'
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}