Skip to content

Commit

Permalink
Bump actions/setup-java from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent e165581 commit 4030d87
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/event-consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fake-breaking-news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/football.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification-worker-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slo-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
Expand Down

0 comments on commit 4030d87

Please sign in to comment.