Skip to content

Commit 1d243a9

Browse files
authored
Merge pull request #44 from multiformats/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents e0ba168 + 5079732 commit 1d243a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Set up JDK 11
13-
uses: actions/setup-java@v4
13+
uses: actions/setup-java@v5
1414
with:
1515
distribution: temurin
1616
java-version: 11

0 commit comments

Comments
 (0)