Skip to content

Commit 9a891e1

Browse files
authored
Update GitHub Action versions
1 parent 0bb0dcd commit 9a891e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scala.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
- 2.12.15
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0 # Need the git history for sbt-dynver to determine the version
2222
- name: Set up JDK 11
23-
uses: actions/setup-java@v2
23+
uses: actions/setup-java@v3
2424
with:
2525
java-version: '11'
2626
distribution: temurin
2727
- name: Cache SBT
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: |
3131
~/.ivy2/local/

0 commit comments

Comments
 (0)