Skip to content

Commit cbca74a

Browse files
committed
Use checkout@v4 instead of deprecated v3 Node.js 16 version
1 parent 5dac8b3 commit cbca74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
scalaversion: ["2.12.19", "2.13.14", "3.3.3"]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: coursier/cache-action@v6
2121
- uses: coursier/setup-action@v1
2222
with:
@@ -34,7 +34,7 @@ jobs:
3434
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
3535
needs: [build]
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- uses: coursier/cache-action@v6
3939
- uses: coursier/setup-action@v1
4040
with:

0 commit comments

Comments
 (0)