Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 0c3ba25

Browse files
chore(deps): update olafurpg/setup-scala action to v14
1 parent ad3e235 commit 0c3ba25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Setup Scala and Java
24-
uses: olafurpg/setup-scala@v13
24+
uses: olafurpg/setup-scala@v14
2525
- name: Cache scala dependencies
2626
uses: coursier/cache-action@v6
2727
- name: Lint code
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: Setup Scala and Java
43-
uses: olafurpg/setup-scala@v13
43+
uses: olafurpg/setup-scala@v14
4444
with:
4545
java-version: ${{ matrix.java }}
4646
- name: Cache scala dependencies
@@ -55,7 +55,7 @@ jobs:
5555
- name: Checkout current branch
5656
uses: actions/[email protected]
5757
- name: Setup Scala and Java
58-
uses: olafurpg/setup-scala@v13
58+
uses: olafurpg/setup-scala@v14
5959
- name: Cache scala dependencies
6060
uses: coursier/cache-action@v6
6161
- name: Check Document Generation
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
fetch-depth: 0
7373
- name: Setup Scala and Java
74-
uses: olafurpg/setup-scala@v13
74+
uses: olafurpg/setup-scala@v14
7575
- name: Cache scala dependencies
7676
uses: coursier/cache-action@v6
7777
- name: Release artifacts

0 commit comments

Comments
 (0)