Skip to content

Commit

Permalink
docs(static-deploy): bump version of actions/checkout and actions/upl…
Browse files Browse the repository at this point in the history
…oad-pages-artifact (#14759)
  • Loading branch information
DaleSeo committed Oct 26, 2023
1 parent e4c801c commit bca91c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/static-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
Expand All @@ -109,7 +109,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload dist repository
path: './dist'
Expand Down

0 comments on commit bca91c8

Please sign in to comment.