Skip to content

Commit d2f8592

Browse files
dependabot[bot]slachiewicz
authored andcommitted
Bump actions/setup-java from 3.4.0 to 3.4.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8562556 commit d2f8592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v3
3737
- name: Set up JDK
38-
uses: actions/setup-java@v3.4.0
38+
uses: actions/setup-java@v3.4.1
3939
with:
4040
cache: 'maven'
4141
distribution: ${{ matrix.jdk }}

0 commit comments

Comments
 (0)