diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-11 16:28:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 16:28:23 +1000 |
commit | dcdd1f1d55fd66f5aa2f9ac4285919aee1cd39a5 (patch) | |
tree | 9e68799c6e289569f661bb953138d85c1e4e6415 | |
parent | c1ad3bfd123d92de8071c04acf1c4236df24e1bf (diff) | |
download | archiva-dcdd1f1d55fd66f5aa2f9ac4285919aee1cd39a5.tar.gz archiva-dcdd1f1d55fd66f5aa2f9ac4285919aee1cd39a5.zip |
Bump actions/setup-java from 2.3.1 to 3.1.0 (#66)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f7cccf536..e02f26227 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 }} |