Skip to content

Commit

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

Bump actions/setup-java from 3.4.0 to 3.4.1
  • Loading branch information
glefloch authored Jul 12, 2022
2 parents 83ab8b6 + 1605abb commit 02a3138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3.0.2

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3.4.0
uses: actions/setup-java@v3.4.1
with:
distribution: "temurin"
java-version: "${{ matrix.java-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3.0.2

- name: Set up JDK 8
uses: actions/setup-java@v3.4.0
uses: actions/setup-java@v3.4.1
with:
distribution: "temurin"
java-version: "8"
Expand Down

0 comments on commit 02a3138

Please sign in to comment.