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 authored and adumont committed Oct 20, 2023
1 parent ce57354 commit 4019d60
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 4019d60

Please sign in to comment.