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

@@ -14,7 +14,7 @@ jobs:
embedding:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: make -C examples/embedding
- name: Run