Skip to content

Commit 9b82829

Browse files
authored
Merge pull request #616 from claranet/renovate/jdx-mise-action-4.x
chore(deps): update jdx/mise-action action to v4
2 parents 0405a9c + 195afcf commit 9b82829

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: "${{ env.PYTHON_VERSION }}"
2222

23-
- uses: jdx/mise-action@v3
23+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
2424

2525
- name: Run tox
2626
shell: bash
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: ${{ matrix.python_version }}
4444

45-
- uses: jdx/mise-action@v3
45+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
4646

4747
- name: Run tox
4848
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
python-version: "${{ env.PYTHON_VERSION }}"
3232

33-
- uses: jdx/mise-action@v3
33+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
3434

3535
- name: Build project for distribution
3636
run: uv build

0 commit comments

Comments
 (0)