Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 4e62affa64
Bump actions/checkout from 2 to 4 1 year ago
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -19,7 +19,7 @@ jobs:
java: ["8"] java: ["8"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }} - name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:

Loading…
Cancel
Save