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 dfee50f + 6673f3b commit 2cb7245Copy full SHA for 2cb7245
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- uses: actions/setup-node@v3
11
with:
12
node-version: 18
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
publish:
13
0 commit comments