Skip to content

Commit 8084b0f

Browse files
authored
Merge pull request #235 from Philippus/update/github-actions-v4
Update checkout and setup-java github actions to v4
2 parents e55cc64 + 3700d88 commit 8084b0f

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,10 +13,10 @@ jobs:
1313
scala: [2.13.x, 3.x]
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-java@v3
19+
- uses: actions/setup-java@v4
2020
with:
2121
distribution: temurin
2222
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@v4
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-java@v2
12+
- uses: actions/setup-java@v4
1313
with:
1414
distribution: temurin
1515
java-version: 8

0 commit comments

Comments
 (0)