Skip to content

Commit

Permalink
chore(rpc/docs): update gh action versions in workflow spec
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 18, 2024
1 parent 551ad8a commit 226b619
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
working-directory: ./docs/rpc

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions-rs/toolchain@v1

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable

Expand Down Expand Up @@ -105,7 +107,7 @@ jobs:
npx gatsby build --prefix-paths
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/rpc/docs/gatsby/public
Expand Down

0 comments on commit 226b619

Please sign in to comment.