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 2d6b060 commit 0a917c8Copy full SHA for 0a917c8
.github/workflows/gh-pages.yml
@@ -8,7 +8,7 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
with:
13
fetch-depth: 0 # full history for contributor information
14
- name: Setup Node
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
7
fetch-depth: 0
0 commit comments