Skip to content

Commit 15c4407

Browse files
authored
Update scala.yml
1 parent bd851f3 commit 15c4407

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/scala.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up JDK 11
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v4
2626
with:
2727
java-version: '11'
2828
distribution: 'temurin'
2929
cache: 'sbt'
3030
- name: Run tests
3131
run: sbt test
3232
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
33-
33+
- name: Upload dependency graph
34+
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91

0 commit comments

Comments
 (0)