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.
2 parents f9e2ee9 + 5f6d3f4 commit 8a2dd64Copy full SHA for 8a2dd64
.github/workflows/gh-pages.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
20
- name: "Checkout the repository"
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
with:
23
persist-credentials: false
24
submodules: true
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
- name: "Set up Node ${{ matrix.node-version }}"
uses: actions/setup-node@v3
0 commit comments