Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-04-10 11:54:39 +00:00
parent 5b1b21c729
commit 661b788d3a
11 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run redoc on openapi.yaml
run: |