Skip to content

chore(deps): update jdx/mise-action action to v4.2.5 (#2380) #3276

chore(deps): update jdx/mise-action action to v4.2.5 (#2380)

chore(deps): update jdx/mise-action action to v4.2.5 (#2380) #3276

---
name: Test Build Release
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions: {}
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
fetch-tags: "true"
fetch-depth: 0
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
with:
version: v2026.7.5
sha256: 5f7ab76afdf0780d12edeaa67e908094e9ccf7924cfe203e415c1cfb87bbf778
- name: Cache local Maven repository
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- name: Build GitHub Pages
run: mise run build-gh-pages
env:
BASE_URL: "/client_java"
- name: Build release version
run: mise run build-release