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 f8455cf commit af2ec93Copy full SHA for af2ec93
.github/workflows/check_build.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Lint commits
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v5
13
with:
14
# we actually need "github.event.pull_request.commits + 1" commit
15
fetch-depth: 0
@@ -22,7 +22,7 @@ jobs:
22
23
24
- name: Checkout
25
- uses: actions/checkout@v6
+ uses: actions/checkout@v5
26
27
28
- name: Setup Node.js
.github/workflows/release.yml
uses: actions/setup-node@v6
0 commit comments