Skip to content

Commit 34c3d4b

Browse files
committed
Upgrade GitHub actions to the latest versions.
1 parent 5cef19c commit 34c3d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
SCALA_BRANCH: "${{ matrix.scalabranch }}"
1818
SCALAJS_BRANCH: "main"
1919
steps:
20-
- uses: actions/checkout@v2
21-
- uses: olafurpg/setup-scala@v10
20+
- uses: actions/checkout@v3
21+
- uses: olafurpg/setup-scala@v14
2222
with:
2323
java-version: "[email protected]"
24-
- uses: coursier/cache-action@v5
24+
- uses: coursier/cache-action@v6
2525
- name: Node.js version
2626
run: node -v
2727
- name: Test

0 commit comments

Comments
 (0)