Skip to content

Commit 2bda363

Browse files
authored
Merge pull request #19 from fastStats-org/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents 86b7369 + ed7694d commit 2bda363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Checkout sources
88
uses: actions/checkout@v5
99
- name: Setup Java
10-
uses: actions/setup-java@v4
10+
uses: actions/setup-java@v5
1111
with:
1212
distribution: 'temurin'
1313
java-version: 21

0 commit comments

Comments
 (0)