Skip to content

Commit

Permalink
Use a modern version of the checkout action
Browse files Browse the repository at this point in the history
v2 used node12 which is deprecated. v4 should use node16+ which is supported. This may be why the publish to gh-pages steps was always being skipped.
  • Loading branch information
sgibson91 authored Nov 16, 2023
1 parent 8056f2e commit cbe6456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_handbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Install dependencies
- name: Set up Python v3.10
Expand Down

0 comments on commit cbe6456

Please sign in to comment.