Update actions/checkout action to v3 #13

Closed
renovate[bot] wants to merge 1 commit from renovate/actions-checkout-3.x into master

View file

@ -23,6 +23,6 @@ jobs:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run './test/build.sh'
run: ./test/build.sh