Bump actions/checkout from 2 to 3
@@ -16,7 +16,7 @@ jobs:
- stable
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
- name: Install dependencies
run: |