We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd851f3 commit 15c4407Copy full SHA for 15c4407
.github/workflows/scala.yml
@@ -20,14 +20,15 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
- name: Set up JDK 11
25
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
26
with:
27
java-version: '11'
28
distribution: 'temurin'
29
cache: 'sbt'
30
- name: Run tests
31
run: sbt test
32
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
33
-
+ - name: Upload dependency graph
34
+ uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91
0 commit comments