Skip to content

Commit 9cd6cec

Browse files
Merge pull request #225 from HashLoad/dependabot/github_actions/jdx/mise-action-4
build(deps): bump jdx/mise-action from 3 to 4
2 parents 6a32c92 + 9987f59 commit 9cd6cec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: jdx/mise-action@v3
15+
- uses: jdx/mise-action@v4
1616
- uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.11.4"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up tooling
23-
uses: jdx/mise-action@v3
23+
uses: jdx/mise-action@v4
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v7

0 commit comments

Comments
 (0)