Skip to content

Commit 93cfb20

Browse files
Update jdx/mise-action action to v2.3.1 (#1436)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jdx/mise-action](https://redirect.github.com/jdx/mise-action) | action | minor | `v2.2.3` -> `v2.3.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jdx/mise-action (jdx/mise-action)</summary> ### [`v2.3.1`](https://redirect.github.com/jdx/mise-action/releases/tag/v2.3.1) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v2.3.0...v2.3.1) **Full Changelog**: jdx/mise-action@v2.3.0...v2.3.1 ### [`v2.3.0`](https://redirect.github.com/jdx/mise-action/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v2.2.3...v2.3.0) #### What's Changed - Add `reshim` flag to reshim after mise setup by [@&#8203;andrewdriggs](https://redirect.github.com/andrewdriggs) in [https://github.com/jdx/mise-action/pull/202](https://redirect.github.com/jdx/mise-action/pull/202) - add all MISE\_ env vars to cache key by [@&#8203;zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/jdx/mise-action/pull/197](https://redirect.github.com/jdx/mise-action/pull/197) - chore: update deps by [@&#8203;jdx](https://redirect.github.com/jdx) in [https://github.com/jdx/mise-action/pull/203](https://redirect.github.com/jdx/mise-action/pull/203) - fix: pass github token for authenticated mise calls by [@&#8203;matemoln](https://redirect.github.com/matemoln) in [https://github.com/jdx/mise-action/pull/205](https://redirect.github.com/jdx/mise-action/pull/205) #### New Contributors - [@&#8203;andrewdriggs](https://redirect.github.com/andrewdriggs) made their first contribution in [https://github.com/jdx/mise-action/pull/202](https://redirect.github.com/jdx/mise-action/pull/202) - [@&#8203;zeitlinger](https://redirect.github.com/zeitlinger) made their first contribution in [https://github.com/jdx/mise-action/pull/197](https://redirect.github.com/jdx/mise-action/pull/197) - [@&#8203;matemoln](https://redirect.github.com/matemoln) made their first contribution in [https://github.com/jdx/mise-action/pull/205](https://redirect.github.com/jdx/mise-action/pull/205) **Full Changelog**: jdx/mise-action@v2.2.3...v2.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97efb7f commit 93cfb20

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@v4
16-
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
16+
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
1717
env:
1818
MISE_ENABLE_TOOLS: go:github.com/grafana/oats,java
1919
- name: Run acceptance tests

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
15-
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
15+
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
1616
env:
1717
MISE_ENABLE_TOOLS: java,protoc
1818
- name: Cache local Maven repository

.github/workflows/github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838
fetch-tags: "true"
3939
fetch-depth: 0
40-
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
40+
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
4141
env:
4242
MISE_ENABLE_TOOLS: hugo,java
4343
with:

.github/workflows/lint-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16-
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
16+
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
1717
env:
1818
MISE_ENABLE_TOOLS: lychee,zizmor
1919
- name: Lint

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@v4
16-
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
16+
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
1717
env:
1818
MISE_ENV: native
1919
- name: Run native tests

.github/workflows/test-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
persist-credentials: false
19-
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
19+
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
2020
env:
2121
MISE_ENABLE_TOOLS: java
2222
- name: Cache local Maven repository

0 commit comments

Comments
 (0)