Skip to content

Merge pull request #78 from scala-steward/update/de.tobiasroeser.mill… #87

Merge pull request #78 from scala-steward/update/de.tobiasroeser.mill…

Merge pull request #78 from scala-steward/update/de.tobiasroeser.mill… #87

# .github/workflows/dependency-graph.yml
name: Update Dependency Graph
on:
push:
branches:
- main # default branch of the project
jobs:
update-graph:
name: Update 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