build: update actions/checkout to v3 (#942)

This commit is contained in:
SriBalaji 2022-10-31 19:45:14 +05:30 committed by GitHub
parent a75c731eba
commit 99464dc50f

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
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