We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d8c59 commit faa3df5Copy full SHA for faa3df5
.github/workflows/deploy_gh-pages.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
access_token: ${{ secrets.GITHUB_TOKEN }}
16
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
19
- name: Use Node.js 16.x
20
uses: actions/setup-node@v3
.github/workflows/pull-request.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
steps:
0 commit comments