Update `actions/checkout` from v2 to v3 in our GitHub workflows

pull/499/head
nilsreichardt 3 years ago
parent 0c21af0e2d
commit 47ba699918

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check spelling
uses: zwaldowski/cspell-action@v1

Loading…
Cancel
Save