File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,17 @@ jobs:
1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Set up JDK 11
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v4
2525 with :
2626 java-version : ' 17'
2727 distribution : ' temurin'
2828 cache : ' sbt'
29+ - name : Install sbt
30+ uses : sbt/setup-sbt@v1
2931 - name : Cache Playwright drivers
30- uses : actions/cache@v3
32+ uses : actions/cache@v4
3133 with :
3234 path : ~/.cache/ms-playwright/
3335 key : ${{ runner.os }}-playwright-${{ hashFiles('**/pom.xml') }}
3638 - name : Run tests
3739 run : sbt test
3840 - name : Update Dependency Graph
39- uses : scalacenter/sbt-dependency-submission@v2
41+ uses : scalacenter/sbt-dependency-submission@v3
You can’t perform that action at this time.
0 commit comments