mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 06:49:36 +03:00
chore: use actions/checkout@v3
This commit is contained in:
parent
c97a33a6c2
commit
b85a6220a9
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user