Skip to content

Commit 1ab5964

Browse files
authored
Merge pull request #232 from ipfs-shipyard/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 7a2a3df + 8ae9353 commit 1ab5964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant.yml

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

0 commit comments

Comments
 (0)