Skip to content

Commit 8452724

Browse files
⬆️ Bump jdx/mise-action from 2.2.1 to 2.2.2 (#1571)
1 parent 624c4a3 commit 8452724

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@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
32+
uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2
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
@@ -36,7 +36,7 @@ jobs:
3636
key: python-${{ hashFiles('**/poetry.lock', '.mise.toml') }}
3737

3838
- name: Set up Mise
39-
uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
39+
uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2
4040
with:
4141
version: ${{ inputs.mise-version }}
4242
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@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
84+
uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2
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@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
29+
uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2
3030
with:
3131
version: ${{ inputs.mise-version }}
3232
cache: true

0 commit comments

Comments
 (0)