mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +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/commit_formatting.yml
vendored
2
.github/workflows/commit_formatting.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user