Skip to content

Commit

Permalink
Merge pull request #5 from hoangmaihuy/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4

build(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
hoangmaihuy authored Dec 1, 2023
2 parents 608d2e5 + e010a81 commit 0d6ea12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: temurin
Expand All @@ -56,7 +56,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 0d6ea12

Please sign in to comment.