Skip to content

Commit

Permalink
Merge pull request #3013 from testng-team/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
juherr committed Dec 4, 2023
2 parents 6de4807 + 311551c commit 3cb01b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 10
# Install built-in JDK
- name: 'Set up JDK ${{ matrix.jdk.version }} / ${{ matrix.jdk.distribution }}'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
if: ${{ matrix.jdk.distribution != 'jdkfile' }}
with:
distribution: ${{ matrix.jdk.distribution }}
Expand All @@ -55,7 +55,7 @@ jobs:
jdk_url="${{ matrix.jdk.url }}"
wget -nv -O "${{ runner.temp }}/java_package.tar.gz" "${jdk_url}"
- name: 'Set up JDK ${{ matrix.jdk.version }} / ${{ matrix.jdk.url }}'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
if: ${{ matrix.jdk.distribution == 'jdkfile' }}
with:
distribution: ${{ matrix.jdk.distribution }}
Expand Down

0 comments on commit 3cb01b4

Please sign in to comment.