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 04cee54 commit a2722f9Copy full SHA for a2722f9
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: [18.x, 20.x]
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
- name: Use Node.js ${{ matrix.node-version }}
20
uses: actions/setup-node@v4
.github/workflows/lint.yml
@@ -4,7 +4,7 @@ jobs:
4
lint:
5
runs-on: ubuntu-latest
6
7
8
- uses: nosborn/github-action-markdown-cli@63d4f11a615a0d5570357af729e4253c365d0890
9
with:
10
files: .
.github/workflows/update-contributors.yml
@@ -10,7 +10,7 @@ jobs:
11
12
13
- name: Use Node.js
0 commit comments