Skip to content

Commit

Permalink
update actions/checkout to v3 because of node deprecation warning; fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Feb 27, 2023
1 parent 848d04c commit e1facea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1facea

Please sign in to comment.