Skip to content

Commit 8972428

Browse files
⬆️ Bump jdx/mise-action from 3.0.2 to 3.2.0 (#1805)
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3.0.2 to 3.2.0. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@c0b8518...5ac50f7) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b8f75f commit 8972428

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
EOF
3030
3131
- name: Set up Mise
32-
uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
32+
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
3333
with:
3434
version: ${{ inputs.mise-version }}
3535
cache: true

.github/workflows/local-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: python-${{ hashFiles('**/poetry.lock', '.mise.toml') }}
3838

3939
- name: Set up Mise
40-
uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
40+
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
4141
with:
4242
version: ${{ inputs.mise-version }}
4343
cache: true

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
key: python-${{ hashFiles('**/poetry.lock', '.mise.toml') }}
8282

8383
- name: Set up Mise
84-
uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
84+
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
8585
with:
8686
cache: true
8787
experimental: true

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: python-${{ hashFiles('**/poetry.lock', '.mise.toml') }}
2727

2828
- name: Set up Mise
29-
uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
29+
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
3030
with:
3131
version: ${{ inputs.mise-version }}
3232
cache: true

0 commit comments

Comments
 (0)