github/workflows: Bump actions/checkout to v3.

The existing actions/checkout@v2 is causing Node v12 deprecation warnings
to be shown in GitHub Actions.  v3 uses Node v16, which will stop the
warnings.
This commit is contained in:
Chris Swan
2022-11-10 15:50:38 +00:00
committed by Damien George
parent b3e38ac632
commit 86c3c1d80d
23 changed files with 38 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: '100'
- uses: actions/setup-python@v1