Skip to content

Commit

Permalink
Upgrade actions/checkout GitHub action to v3
Browse files Browse the repository at this point in the history
This resolves a warning about old node.js version based github actions.
  • Loading branch information
AArnott committed Apr 25, 2023
1 parent 0c36c87 commit 591d64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: ⚙ Install prerequisites
Expand Down

0 comments on commit 591d64e

Please sign in to comment.