Browse Source

Bump actions/setup-java from 3.1.0 to 3.1.1 (#75)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master-maven-indexer-6.0.1
dependabot[bot] 2 years ago
parent
commit
24523f4891
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/maven.yml

+ 1
- 1
.github/workflows/maven.yml View File

@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: temurin
java-version: ${{ matrix.java }}

Loading…
Cancel
Save