Skip to content

Commit 268e4a9

Browse files
authored
Merge pull request #207 from Philippus/update/github-actions-v5
Update checkout and setup-java github actions to v5
2 parents 22f1885 + 60b0abe commit 268e4a9

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
@@ -14,11 +14,11 @@ jobs:
1414
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- uses: coursier/cache-action@v6
21-
- uses: actions/setup-java@v4
21+
- uses: actions/setup-java@v5
2222
with:
2323
distribution: temurin
2424
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)