Skip to content

Update jdx/mise-action action to v2.3.1 #225

Update jdx/mise-action action to v2.3.1

Update jdx/mise-action action to v2.3.1 #225

---
name: Test Build Release
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions: {}
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: jdx/mise-action@429184fe4bc03ec959a8c13a993f514e6633ed3d # v2.3.0
env:
MISE_ENABLE_TOOLS: java
- name: Cache local Maven repository
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Run the Maven verify phase
run: mise run build-release