Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-3.9.0' into dev
  • Loading branch information
buiawpkgew1 committed Dec 26, 2022
2 parents 9e33172 + 9b4387f commit 771e5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Discord Webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Java JDK 17
uses: actions/setup-java@v3.8.0
uses: actions/setup-java@v3.9.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/setup-java@v3.8.0
uses: actions/setup-java@v3.9.0
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 771e5e2

Please sign in to comment.