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 269de7f commit 0b4e61bCopy full SHA for 0b4e61b
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
- name: Setup Node.js
15
uses: actions/setup-node@v3
16
with:
@@ -23,7 +23,7 @@ jobs:
23
needs: [test]
24
25
26
27
28
29
0 commit comments