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 6aad6d8 commit d4603ddCopy full SHA for d4603dd
.github/workflows/gh-pages.yml
@@ -8,7 +8,7 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
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