From 4d8a9fe9986bf46970a2cc7e967cc8251ae4e4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:40:35 +0000 Subject: [PATCH] Bump sentrysoftware/workflows from 2 to 3 Bumps [sentrysoftware/workflows](https://github.com/sentrysoftware/workflows) from 2 to 3. - [Release notes](https://github.com/sentrysoftware/workflows/releases) - [Commits](https://github.com/sentrysoftware/workflows/compare/v2...v3) --- updated-dependencies: - dependency-name: sentrysoftware/workflows dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a7161b..8c1e9a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: jobs: build: - uses: sentrysoftware/workflows/.github/workflows/maven-build.yml@v2 + uses: sentrysoftware/workflows/.github/workflows/maven-build.yml@v3 with: mavenPhases: site jdkVersion: "17"