Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
jordanbreen28 authored Dec 20, 2023
2 parents 9c7ade7 + 79135c1 commit f1a2d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "bundle lock"
run: bundle lock

- uses: "actions/setup-java@v3"
- uses: "actions/setup-java@v4"
with:
distribution: "temurin"
java-version: "17"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tooling_mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "bundle lock"
run: bundle lock

- uses: "actions/setup-java@v3"
- uses: "actions/setup-java@v4"
with:
distribution: "temurin"
java-version: "17"
Expand Down

0 comments on commit f1a2d71

Please sign in to comment.