Update actions/checkout action to v2 #7

Merged
renovate[bot] merged 1 commit from renovate/actions-checkout-2.x into master 2021-11-15 10:18:25 +00:00

View file

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