mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
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:
committed by
Damien George
parent
b3e38ac632
commit
86c3c1d80d
2
.github/workflows/examples.yml
vendored
2
.github/workflows/examples.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user