Skip to content

Commit

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

Bump actions/setup-java from 3.3.0 to 3.4.0
  • Loading branch information
deivid-rodriguez committed Jun 27, 2022
2 parents 88a6762 + 7227aa9 commit 70708d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
ruby-version: ${{ matrix.ruby.value }}
bundler: none
- name: Setup java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.4.0
with:
distribution: temurin
java-version: 18.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ruby-version: ${{ matrix.ruby.value }}
bundler: none
- name: Setup java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.4.0
with:
distribution: temurin
java-version: 18.0.0
Expand Down

0 comments on commit 70708d8

Please sign in to comment.