summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-06 07:08:11 +1000
committerGitHub <noreply@github.com>2022-05-06 07:08:11 +1000
commitb39bcb5690ce7d5bff3fd634210dc4923109a55c (patch)
treed72d1aa5827e28c7a885c4f0af1df96ea25d9bc1
parent3fd832a0c3c4d81ccbb5f40af3f4caea2b26881a (diff)
downloadarchiva-b39bcb5690ce7d5bff3fd634210dc4923109a55c.tar.gz
archiva-b39bcb5690ce7d5bff3fd634210dc4923109a55c.zip
Bump actions/setup-java from 3.1.1 to 3.3.0 (#86)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.1.1 to 3.3.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.1.1...v3.3.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/maven.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e60b09d9d..0189c69b0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up JDK
- uses: actions/setup-java@v3.1.1
+ uses: actions/setup-java@v3.3.0
with:
distribution: temurin
java-version: ${{ matrix.java }}