We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953f9ae commit ac4c5fcCopy full SHA for ac4c5fc
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
dist:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
with:
13
fetch-depth: "0"
14
- name: Build changelog from PRs with labels
.github/workflows/test.yml
docs:
- name: Check Docs
run: make check
- name: No diff
0 commit comments