Skip to content

Commit 662246c

Browse files
chore(deps): update jdx/mise-action action to v4.3.0
1 parent 73eccc6 commit 662246c

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3232
persist-credentials: false
33-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
33+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
3434
- name: Setup Pages
3535
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
3636
- name: Install dependencies

.github/workflows/perf-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
# Compile inside the pinned job container. Restoring target/ could relabel
108108
# a binary built on another runner class as a jdx-perf-v1 measurement.
109-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
109+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
110110
with:
111111
cache: false
112112
env:

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Compile inside the pinned job container. Restoring target/ could relabel
5151
# a binary built on another runner class as a jdx-perf-v1 measurement.
52-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
52+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
5353
with:
5454
cache: false
5555
env:

.github/workflows/publish-cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: recursive
3030
fetch-depth: 0
3131
persist-credentials: false
32-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
32+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
3333
with:
3434
cache: false
3535
- name: Create draft release
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Rust target
100100
if: ${{ matrix.target != 'universal-apple-darwin' }}
101101
run: rustup target add ${{ matrix.target }}
102-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
102+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
103103
with:
104104
experimental: true
105105
cache: false
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
submodules: recursive
136136
persist-credentials: false
137-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
137+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
138138
with:
139139
cache: false
140140
- run: gh release edit "${GITHUB_REF_NAME}" --draft=false
@@ -152,7 +152,7 @@ jobs:
152152
submodules: recursive
153153
fetch-depth: 0
154154
persist-credentials: false
155-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
155+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
156156
with:
157157
cache: false
158158
- run: communique generate "${GITHUB_REF_NAME}" --github-release

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: recursive
3131
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
3232
persist-credentials: true
33-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
33+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
3434
with:
3535
experimental: true
3636
cache: false

.github/workflows/test-impl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
backend: ${{ inputs.trusted && 'server' || 'github' }}
3535
mirror-github-cache: "true"
36-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
36+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
3737
# Retries and a longer wait, rather than being allowed to fail. `cli`'s completion
3838
# tests refuse to skip a missing shell when `CI` is set — see
3939
# `skip_if_shell_missing` — which is a deliberate policy this step exists to keep:
@@ -149,7 +149,7 @@ jobs:
149149
with:
150150
backend: ${{ inputs.trusted && 'server' || 'github' }}
151151
mirror-github-cache: "true"
152-
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
152+
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
153153
- run: mise r build
154154
# `usage bash` runs whatever Windows resolves `bash` to, and `CreateProcess` searches the
155155
# system directory before `PATH`. On this runner that is `C:\Windows\System32\bash.exe` —

0 commit comments

Comments
 (0)