Merge pull request #301 from mabaiwan/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
pull/311/head
小马哥 2 years ago committed by GitHub
commit f594c06ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,6 +60,6 @@ jobs:
version: 17 version: 17
} }
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Build with Maven - name: Build with Maven
run: echo y | mvn clean install -Dskip.gpg=true -Dspotless.apply.skip=true run: echo y | mvn clean install -Dskip.gpg=true -Dspotless.apply.skip=true

Loading…
Cancel
Save