Skip to content

chore(deps): update jdx/mise-action action to v3.3.1 #1288

chore(deps): update jdx/mise-action action to v3.3.1

chore(deps): update jdx/mise-action action to v3.3.1 #1288

Workflow file for this run

---
name: Build
on: [pull_request]
permissions: {}
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false
- uses: jdx/mise-action@156251fcc627ac4e26cb0f93dd47d1d4979abf24 # v3.3.0
with:
version: v2025.10.2
sha256: ddcf9ab75f5558c3782281f39a0e0b8776582e007ebb2215397a065ae90aa5c2
- name: Cache local Maven repository
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 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 ci