Skip to content

Commit

Permalink
Upgrade actions/checkout in CI
Browse files Browse the repository at this point in the history
In particular, this uses Node 16 rather than Node 12 (which has been
deprecated on Github).
  • Loading branch information
peterstace committed May 31, 2023
1 parent 98c7404 commit 4616d9c
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:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: CI
run: |
"$GITHUB_WORKSPACE/.ci/run_ci.sh"
Expand Down

0 comments on commit 4616d9c

Please sign in to comment.