mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +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/code_size.yml
vendored
2
.github/workflows/code_size.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 100
|
||||
- name: Install packages
|
||||
|
||||
Reference in New Issue
Block a user