Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c5f521c

Browse files
Update checkout and setup-java github actions to v3
1 parent 61bc143 commit c5f521c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
1919
- uses: coursier/cache-action@v6
20-
- uses: actions/setup-java@v2
20+
- uses: actions/setup-java@v3
2121
with:
2222
distribution: temurin
2323
java-version: ${{matrix.java}}

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
publish:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-java@v2
12+
- uses: actions/setup-java@v3
1313
with:
1414
distribution: temurin
1515
java-version: 8

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /