Skip to content

Bump actions/deploy-pages from 2 to 4 (#150) #58

Bump actions/deploy-pages from 2 to 4 (#150)

Bump actions/deploy-pages from 2 to 4 (#150) #58

# Source : https://www.scala-lang.org/blog/2022/07/18/secure-your-dependencies-on-github.html
name: Update Dependency Graph
on:
push:
branches:
- master
jobs:
update-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: scalacenter/sbt-dependency-submission@v2
with:
## Optional: Define the working directory of your build.
## It should contain the build.sbt file.
working-directory: './'