summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-11 04:12:27 +0000
committerdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-11 04:37:57 +0000
commitcae0ce6d1df3b2a580466ffa08fb16a06690e105 (patch)
tree27c7365b77e693187be16013d2d934ff32fb4fef
parent081c490d2c0f4fd28e76319302fb669e6b850ac8 (diff)
downloadarchiva-cae0ce6d1df3b2a580466ffa08fb16a06690e105.tar.gz
archiva-cae0ce6d1df3b2a580466ffa08fb16a06690e105.zip
Bump actions/setup-java from 2.3.1 to 3.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 3.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2.3.1...v3.1.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@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 741c01472..dc6bd97aa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up JDK
- uses: actions/setup-java@v2.3.1
+ uses: actions/setup-java@v3.1.0
with:
distribution: temurin
java-version: ${{ matrix.java }}