Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /website (#217) #327

Bump micromatch from 4.0.5 to 4.0.8 in /website (#217)

Bump micromatch from 4.0.5 to 4.0.8 in /website (#217) #327

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify