Skip to content

Commit f8733a8

Browse files
authored
Update github actions (#60)
1 parent 65b57e3 commit f8733a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sbt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626
- name: Set up JDK
27-
uses: actions/setup-java@v2
27+
uses: actions/setup-java@v4
2828
with:
2929
java-version: 11
3030
distribution: temurin

0 commit comments

Comments
 (0)