Skip to content

Commit

Permalink
Merge pull request #273 from quarkiverse/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-4.5.0

Bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
orekyuu authored Oct 27, 2024
2 parents e2878c7 + ffcde5c commit b0dcc9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4.2.2

- name: Set up JDK 17
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y

- name: Set up Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit b0dcc9b

Please sign in to comment.