build: update checkout actions to v3 [skip ci] (#155)

This commit is contained in:
SriBalaji 2022-10-13 21:05:24 +05:30 committed by GitHub
parent 38052b6ecf
commit 4914fd37bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup JDK - name: Setup JDK