update actions/checkout to v3 because of node deprecation warning; fixes #1099

This commit is contained in:
Dean Attali 2023-02-27 02:53:21 -05:00 committed by GitHub
parent 848d04c90a
commit e1facea35a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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