From 7995b3cd5f21dcbc70260443407c817852271941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:44:03 +0000 Subject: [PATCH] build(deps): bump actions/setup-java from 3.7.0 to 3.8.0 (#81) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8ea0663..798a0d7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Java ${{ matrix.java }} - uses: actions/setup-java@v3.7.0 + uses: actions/setup-java@v3.8.0 with: distribution: 'adopt' java-version: ${{ matrix.java }}