Skip to content

Commit

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

build(deps): bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
skhokhlov authored Oct 25, 2024
2 parents 414a94c + ff47c4f commit 842629e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/[email protected]

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
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/[email protected]

- name: Set up JDK 8
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: "temurin"
java-version: "8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: 8
Expand Down

0 comments on commit 842629e

Please sign in to comment.