Skip to content

Commit

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

Bump actions/setup-java from 3.9.0 to 3.10.0
  • Loading branch information
deivid-rodriguez committed Feb 9, 2023
2 parents 98ece4e + 670e8a1 commit ad674fa
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
Expand Up @@ -108,7 +108,7 @@ jobs:
ruby-version: ${{ matrix.ruby.value }}
bundler: none
- name: Setup java
uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b # v3.9.0
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
with:
distribution: temurin
java-version: 18.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jruby-bundler.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
ruby-version: jruby-9.3.9.0
bundler: none
- name: Setup java
uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b # v3.9.0
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
with:
distribution: temurin
java-version: 18.0.0
Expand Down

0 comments on commit ad674fa

Please sign in to comment.