Skip to content

Commit

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

chore(deps): bump actions/setup-java from 3.11.0 to 3.12.0
  • Loading branch information
garethjevans authored Aug 3, 2023
2 parents 49a68f4 + 2be1e42 commit ae9ea3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 8
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Java
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Java
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Java
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: 11
Expand Down

0 comments on commit ae9ea3f

Please sign in to comment.