We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0574995 commit 1a0bbcbCopy full SHA for 1a0bbcb
3 files changed
.github/workflows/changelog.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v6
19
with:
20
fetch-depth: 0
21
- - uses: jdx/mise-action@v3
+ - uses: jdx/mise-action@v4
22
23
experimental: true
24
- name: Generate CHANGELOG.md
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
- name: Run
30
run: mise run lint
31
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
32
- name: check for changes since last release
0 commit comments