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.
2 parents 6a32c92 + 9987f59 commit 9cd6cecCopy full SHA for 9cd6cec
2 files changed
.github/workflows/pre-commit.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v6
15
- - uses: jdx/mise-action@v3
+ - uses: jdx/mise-action@v4
16
- uses: actions/setup-python@v6
17
with:
18
python-version: "3.11.4"
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
22
- name: Set up tooling
23
- uses: jdx/mise-action@v3
+ uses: jdx/mise-action@v4
24
25
- name: Run GoReleaser
26
uses: goreleaser/goreleaser-action@v7
0 commit comments