We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 138ea97 + 9bf9091 commit a937b6fCopy full SHA for a937b6f
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
build:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
24
- name: Set up Node.js
25
uses: actions/setup-node@v4
26
with:
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
publish:
11
12
13
14
- name: Setup .npmrc file to publish to npm
15
16
0 commit comments