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 5cd43b0 commit 530aa3dCopy full SHA for 530aa3d
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Clone repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v4
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
15
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
23
24
25
- name: Set up Node.js ${{ matrix.node-version }}
26
0 commit comments