Skip to content

Commit

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

build(deps): bump actions/setup-java from 2 to 3
  • Loading branch information
jponge authored Nov 16, 2023
2 parents eae0416 + 78f3ff4 commit fdcec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build with Java 8 (OpenJDK)
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
name: set up jdk 8
with:
distribution: temurin
Expand Down

0 comments on commit fdcec4f

Please sign in to comment.