Skip to content

Commit

Permalink
ci: upgrade GH Actions (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored May 21, 2024
1 parent 46464c1 commit ee0afe9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ jobs:
checkLinks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- run: npm i -g markdown-link-check
- run: markdown-link-check ./README.md
buildPage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- run: npm ci
- run: npx gh-openapi-docs
- run: bash scripts/update-ghpages.sh
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:


steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1.2.1
uses: char0n/swagger-editor-validate@v1
with:
definition-file: openapi/openapi.yaml

0 comments on commit ee0afe9

Please sign in to comment.