Skip to content

Commit

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

---
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 19, 2023
1 parent 35d4bdd commit 83aabe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Static Analysis Runner
name: Static Analysis Runner

on:
workflow_run:
Expand All @@ -16,7 +16,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Set up JDK
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v3.13.0
with:
distribution: 'zulu'
java-version: 15.0
Expand Down

0 comments on commit 83aabe8

Please sign in to comment.