Skip to content

Commit f7a2486

Browse files
authored
Merge pull request #230 from ipfs-shipyard/dependabot/github_actions/actions/setup-java-3
Bump actions/setup-java from 1 to 3
2 parents a6d6647 + 0a4b2c0 commit f7a2486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ant.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Set up JDK 11
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v3
1414
with:
15+
distribution: temurin
1516
java-version: 11
1617
- name: Install and run ipfs
1718
run: ./install-run-ipfs.sh

0 commit comments

Comments
 (0)