We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 264292e + 13fbd3a commit fb874c4Copy full SHA for fb874c4
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
- name: Setup Nodejs
18
uses: actions/setup-node@v4
19
with:
.github/workflows/npm-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
fetch-depth: 0
- name: Setup Node.js
0 commit comments