chore: use `actions/checkout@v3`

This commit is contained in:
David Leal 2022-12-16 14:40:29 -06:00 committed by GitHub
parent c97a33a6c2
commit b85a6220a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: build
run: cmake --build build -t doc
- name: gh-pages
uses: actions/checkout@master
uses: actions/checkout@v3
with:
ref: "gh-pages"
clean: false