CI/spell: actions/checkout@v2 > actions/checkout@v3

This commit is contained in:
Philip H 2022-12-19 22:58:28 +01:00 committed by Max Dymond
parent 4f20188ac6
commit 5f5660f3a0

View File

@ -27,7 +27,7 @@ jobs:
check: check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: install pandoc - name: install pandoc
run: sudo apt-get install pandoc run: sudo apt-get install pandoc