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 331eeba

Browse files
Merge pull request #598 from Philippus/update/github-actions-v5
Update checkout and setup-java github actions to v5
2 parents a308451 + 00e6dd6 commit 331eeba

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.12.x, 2.13.x, 3.x]
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
- uses: coursier/cache-action@v6
20-
- uses: actions/setup-java@v4
20+
- uses: actions/setup-java@v5
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@v4
9+
- uses: actions/checkout@v5
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-java@v4
12+
- uses: actions/setup-java@v5
1313
with:
1414
distribution: temurin
1515
java-version: 8

0 commit comments

Comments
(0)

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