Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
b62d95bc
Unverified
Commit
b62d95bc
authored
Jan 31, 2024
by
Jan Procházka
Committed by
GitHub
Jan 31, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): Update actions to use Node.js 20 (#9194)
parent
77b64506
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
29 additions
and
29 deletions
+29
-29
.github/workflows/allboards.yml
.github/workflows/allboards.yml
+3
-3
.github/workflows/boards.yml
.github/workflows/boards.yml
+2
-2
.github/workflows/build_py_tools.yml
.github/workflows/build_py_tools.yml
+2
-2
.github/workflows/docs_build.yml
.github/workflows/docs_build.yml
+2
-2
.github/workflows/docs_deploy.yml
.github/workflows/docs_deploy.yml
+2
-2
.github/workflows/gh-pages.yml
.github/workflows/gh-pages.yml
+1
-1
.github/workflows/hil.yml
.github/workflows/hil.yml
+3
-3
.github/workflows/lib.yml
.github/workflows/lib.yml
+2
-2
.github/workflows/push.yml
.github/workflows/push.yml
+9
-9
.github/workflows/release.yml
.github/workflows/release.yml
+2
-2
.github/workflows/upload-idf-component.yml
.github/workflows/upload-idf-component.yml
+1
-1
No files found.
.github/workflows/allboards.yml
View file @
b62d95bc
...
@@ -15,7 +15,7 @@ jobs:
...
@@ -15,7 +15,7 @@ jobs:
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
ref
:
${{ github.event.client_payload.branch }}
ref
:
${{ github.event.client_payload.branch }}
...
@@ -33,7 +33,7 @@ jobs:
...
@@ -33,7 +33,7 @@ jobs:
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
ref
:
${{ github.event.client_payload.branch }}
ref
:
${{ github.event.client_payload.branch }}
...
@@ -66,7 +66,7 @@ jobs:
...
@@ -66,7 +66,7 @@ jobs:
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
ref
:
${{ github.event.client_payload.branch }}
ref
:
${{ github.event.client_payload.branch }}
...
...
.github/workflows/boards.yml
View file @
b62d95bc
...
@@ -18,7 +18,7 @@ jobs:
...
@@ -18,7 +18,7 @@ jobs:
steps
:
steps
:
# This step makes the contents of the repository available to the workflow
# This step makes the contents of the repository available to the workflow
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Setup jq
-
name
:
Setup jq
uses
:
dcarbone/install-jq-action@v1.0.1
uses
:
dcarbone/install-jq-action@v1.0.1
...
@@ -43,7 +43,7 @@ jobs:
...
@@ -43,7 +43,7 @@ jobs:
steps
:
steps
:
# This step makes the contents of the repository available to the workflow
# This step makes the contents of the repository available to the workflow
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Check if build.board is uppercase
-
name
:
Check if build.board is uppercase
run
:
|
run
:
|
...
...
.github/workflows/build_py_tools.yml
View file @
b62d95bc
...
@@ -17,7 +17,7 @@ jobs:
...
@@ -17,7 +17,7 @@ jobs:
all_changed_files
:
${{ steps.verify-changed-files.outputs.all_changed_files }}
all_changed_files
:
${{ steps.verify-changed-files.outputs.all_changed_files }}
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
fetch-depth
:
2
fetch-depth
:
2
ref
:
${{ github.event.pull_request.head.ref }}
ref
:
${{ github.event.pull_request.head.ref }}
...
@@ -87,7 +87,7 @@ jobs:
...
@@ -87,7 +87,7 @@ jobs:
echo "tool $tool was changed"
echo "tool $tool was changed"
done
done
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
ref
:
${{ github.event.pull_request.head.ref }}
ref
:
${{ github.event.pull_request.head.ref }}
-
name
:
Set up Python
3.8
-
name
:
Set up Python
3.8
...
...
.github/workflows/docs_build.yml
View file @
b62d95bc
...
@@ -22,10 +22,10 @@ jobs:
...
@@ -22,10 +22,10 @@ jobs:
run
:
run
:
shell
:
bash
shell
:
bash
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
with
:
submodules
:
true
submodules
:
true
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
with
:
python-version
:
'
3.10'
python-version
:
'
3.10'
-
name
:
Build
-
name
:
Build
...
...
.github/workflows/docs_deploy.yml
View file @
b62d95bc
...
@@ -20,10 +20,10 @@ jobs:
...
@@ -20,10 +20,10 @@ jobs:
run
:
run
:
shell
:
bash
shell
:
bash
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
with
:
submodules
:
true
submodules
:
true
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
with
:
python-version
:
'
3.10'
python-version
:
'
3.10'
-
name
:
Deploy Documentation
-
name
:
Deploy Documentation
...
...
.github/workflows/gh-pages.yml
View file @
b62d95bc
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
name
:
Build GitHub Pages
name
:
Build GitHub Pages
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
name
:
Copy Files
-
name
:
Copy Files
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
...
...
.github/workflows/hil.yml
View file @
b62d95bc
...
@@ -25,7 +25,7 @@ jobs:
...
@@ -25,7 +25,7 @@ jobs:
chunks
:
${{ steps.gen-chunks.outputs.chunks }}
chunks
:
${{ steps.gen-chunks.outputs.chunks }}
steps
:
steps
:
-
name
:
Checkout Repository
-
name
:
Checkout Repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Generate Chunks matrix
-
name
:
Generate Chunks matrix
id
:
gen-chunks
id
:
gen-chunks
...
@@ -51,7 +51,7 @@ jobs:
...
@@ -51,7 +51,7 @@ jobs:
chunks
:
${{fromJson(needs.gen_chunks.outputs.chunks)}}
chunks
:
${{fromJson(needs.gen_chunks.outputs.chunks)}}
steps
:
steps
:
-
name
:
Checkout Repository
-
name
:
Checkout Repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Build sketches
-
name
:
Build sketches
run
:
|
run
:
|
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
...
@@ -78,7 +78,7 @@ jobs:
...
@@ -78,7 +78,7 @@ jobs:
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
-
name
:
Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
uses
:
actions/download-artifact@v3
uses
:
actions/download-artifact@v3
...
...
.github/workflows/lib.yml
View file @
b62d95bc
...
@@ -57,7 +57,7 @@ jobs:
...
@@ -57,7 +57,7 @@ jobs:
steps
:
steps
:
# This step makes the contents of the repository available to the workflow
# This step makes the contents of the repository available to the workflow
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Compile sketch
-
name
:
Compile sketch
uses
:
P-R-O-C-H-Y/compile-sketches@main
uses
:
P-R-O-C-H-Y/compile-sketches@main
...
@@ -87,7 +87,7 @@ jobs:
...
@@ -87,7 +87,7 @@ jobs:
steps
:
steps
:
# Check out repository
# Check out repository
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
token
:
${{ env.GITHUB_TOKEN }}
token
:
${{ env.GITHUB_TOKEN }}
fetch-depth
:
'
0'
fetch-depth
:
'
0'
...
...
.github/workflows/push.yml
View file @
b62d95bc
...
@@ -18,7 +18,7 @@ jobs:
...
@@ -18,7 +18,7 @@ jobs:
name
:
Check cmake file
name
:
Check cmake file
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
run
:
bash ./.github/scripts/check-cmakelists.sh
-
run
:
bash ./.github/scripts/check-cmakelists.sh
# Ubuntu
# Ubuntu
...
@@ -31,13 +31,13 @@ jobs:
...
@@ -31,13 +31,13 @@ jobs:
chunk
:
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
]
chunk
:
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
]
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
with
:
python-version
:
'
3.x'
python-version
:
'
3.x'
-
name
:
Cache tools
-
name
:
Cache tools
id
:
cache-linux
id
:
cache-linux
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
with
:
path
:
|
path
:
|
./tools/dist
./tools/dist
...
@@ -58,8 +58,8 @@ jobs:
...
@@ -58,8 +58,8 @@ jobs:
os
:
[
windows-latest
,
macOS-latest
]
os
:
[
windows-latest
,
macOS-latest
]
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
with
:
python-version
:
'
3.x'
python-version
:
'
3.x'
-
name
:
Build Sketches
-
name
:
Build Sketches
...
@@ -75,8 +75,8 @@ jobs:
...
@@ -75,8 +75,8 @@ jobs:
os
:
[
ubuntu-latest
,
windows-latest
,
macOS-latest
]
os
:
[
ubuntu-latest
,
windows-latest
,
macOS-latest
]
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
with
:
python-version
:
'
3.x'
python-version
:
'
3.x'
-
name
:
Build Sketches
-
name
:
Build Sketches
...
@@ -97,7 +97,7 @@ jobs:
...
@@ -97,7 +97,7 @@ jobs:
container
:
espressif/idf:${{ matrix.idf_ver }}
container
:
espressif/idf:${{ matrix.idf_ver }}
steps
:
steps
:
-
name
:
Check out arduino-esp32 as a component
-
name
:
Check out arduino-esp32 as a component
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
submodules
:
recursive
submodules
:
recursive
path
:
components/arduino-esp32
path
:
components/arduino-esp32
...
...
.github/workflows/release.yml
View file @
b62d95bc
...
@@ -10,10 +10,10 @@ jobs:
...
@@ -10,10 +10,10 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
with
:
python-version
:
'
3.x'
python-version
:
'
3.x'
-
name
:
Build Release
-
name
:
Build Release
...
...
.github/workflows/upload-idf-component.yml
View file @
b62d95bc
...
@@ -7,7 +7,7 @@ jobs:
...
@@ -7,7 +7,7 @@ jobs:
upload_components
:
upload_components
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
with
:
submodules
:
"
recursive"
submodules
:
"
recursive"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment