Compare commits
No commits in common. "dependabot/github_actions/actions/checkout-3.3.0" and "main" have entirely different histories.
dependabot
...
main
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-maven.yml
vendored
2
.github/workflows/build-maven.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
matrix:
|
||||
java: [ 11, 17, 18, 19 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3.3.0
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- name: setup-jdk-${{ matrix.java }}
|
||||
uses: actions/setup-java@v3.5.1
|
||||
with:
|
||||
|
|
2
.github/workflows/dependency-check.yml
vendored
2
.github/workflows/dependency-check.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
test_dependencies:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.3.0
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- name: setup-jdk-11
|
||||
uses: actions/setup-java@v3.5.1
|
||||
with:
|
||||
|
|
2
.github/workflows/deploy-sonatype.yml
vendored
2
.github/workflows/deploy-sonatype.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.3.0
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- name: setup-jdk-11
|
||||
uses: actions/setup-java@v3.5.1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue