Skip to content

Commit 1006c6b

Browse files
committed
ci: update workflow actions
1 parent 2df2307 commit 1006c6b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/scala.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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') }}
@@ -36,4 +38,4 @@ jobs:
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

0 commit comments

Comments
 (0)