Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: v2025.9.15
sha256: ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
version: v2025.9.23
sha256: 9f1af6a86479aaf4281b89620ce04363ba50ecf8343c6b457565557c233c6054
- name: Run acceptance tests
run: mise run acceptance-test
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
persist-credentials: false
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: v2025.9.15
sha256: ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
version: v2025.9.23
sha256: 9f1af6a86479aaf4281b89620ce04363ba50ecf8343c6b457565557c233c6054
- name: Cache local Maven repository
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
fetch-depth: 0
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: v2025.9.15
sha256: ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
version: v2025.9.23
sha256: 9f1af6a86479aaf4281b89620ce04363ba50ecf8343c6b457565557c233c6054
cache: "false"
- name: Setup Pages
id: pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: v2025.9.15
sha256: ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
version: v2025.9.23
sha256: 9f1af6a86479aaf4281b89620ce04363ba50ecf8343c6b457565557c233c6054
- name: Lint
run: mise run lint-rest
4 changes: 2 additions & 2 deletions .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: v2025.9.15
sha256: ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
version: v2025.9.23
sha256: 9f1af6a86479aaf4281b89620ce04363ba50ecf8343c6b457565557c233c6054
env:
MISE_ENV: native
- name: Run native tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
persist-credentials: false
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: v2025.9.15
sha256: ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
version: v2025.9.23
sha256: 9f1af6a86479aaf4281b89620ce04363ba50ecf8343c6b457565557c233c6054
- name: Cache local Maven repository
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
Expand Down