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 a38c93d + 0f61f78 commit 085e80eCopy full SHA for 085e80e
.github/workflows/build.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-22.04
8
steps:
9
- name: Checkout repository
10
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
11
12
- name: Setup Node.js
13
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Checkout gh-pages branch
17
18
with:
19
ref: gh-pages
20
0 commit comments