Skip to content

build: Update to Java 11 and Mill 0.12.3 #204

build: Update to Java 11 and Mill 0.12.3

build: Update to Java 11 and Mill 0.12.3 #204

name: github-dependency-graph
on:
push:
branches:
- main
jobs:
submit-dependency-graph:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- uses: ckipp01/mill-dependency-submission@v1