update actions/checkout to v3 because of node deprecation warning; fixes #1099
This commit is contained in:
parent
848d04c90a
commit
e1facea35a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
name: Build Jekyll
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the site in the jekyll/builder container
|
||||
run: |
|
||||
export JEKYLL_VERSION=3.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue