Skip to content

Commit b61d5bf

Browse files
dependabot[bot]skhokhlov
authored andcommitted
build(deps): bump actions/setup-java from 4.7.0 to 4.7.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 4.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3079c29 commit b61d5bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/[email protected]
3333

3434
- name: Set up JDK ${{ matrix.java-version }}
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
distribution: "temurin"
3838
java-version: "${{ matrix.java-version }}"

.github/workflows/ci-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/[email protected]
2525

2626
- name: Set up JDK 8
27-
uses: actions/[email protected].0
27+
uses: actions/[email protected].1
2828
with:
2929
distribution: "temurin"
3030
java-version: "8"

.github/workflows/dependency-submission.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/[email protected]
1818
- name: Setup Java
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020
with:
2121
distribution: 'temurin'
2222
java-version: 8

0 commit comments

Comments
 (0)