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:
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
ref
:
${{ github.event.client_payload.branch }}
...
...
@@ -33,7 +33,7 @@ jobs:
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
ref
:
${{ github.event.client_payload.branch }}
...
...
@@ -66,7 +66,7 @@ jobs:
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
ref
:
${{ github.event.client_payload.branch }}
...
...
.github/workflows/boards.yml
View file @
b62d95bc
...
...
@@ -18,7 +18,7 @@ jobs:
steps
:
# This step makes the contents of the repository available to the workflow
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Setup jq
uses
:
dcarbone/install-jq-action@v1.0.1
...
...
@@ -43,7 +43,7 @@ jobs:
steps
:
# This step makes the contents of the repository available to the workflow
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Check if build.board is uppercase
run
:
|
...
...
.github/workflows/build_py_tools.yml
View file @
b62d95bc
...
...
@@ -17,7 +17,7 @@ jobs:
all_changed_files
:
${{ steps.verify-changed-files.outputs.all_changed_files }}
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
fetch-depth
:
2
ref
:
${{ github.event.pull_request.head.ref }}
...
...
@@ -87,7 +87,7 @@ jobs:
echo "tool $tool was changed"
done
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
ref
:
${{ github.event.pull_request.head.ref }}
-
name
:
Set up Python
3.8
...
...
.github/workflows/docs_build.yml
View file @
b62d95bc
...
...
@@ -22,10 +22,10 @@ jobs:
run
:
shell
:
bash
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
submodules
:
true
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
'
3.10'
-
name
:
Build
...
...
.github/workflows/docs_deploy.yml
View file @
b62d95bc
...
...
@@ -20,10 +20,10 @@ jobs:
run
:
shell
:
bash
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
submodules
:
true
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
'
3.10'
-
name
:
Deploy Documentation
...
...
.github/workflows/gh-pages.yml
View file @
b62d95bc
...
...
@@ -16,7 +16,7 @@ jobs:
name
:
Build GitHub Pages
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
name
:
Copy Files
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
...
...
.github/workflows/hil.yml
View file @
b62d95bc
...
...
@@ -25,7 +25,7 @@ jobs:
chunks
:
${{ steps.gen-chunks.outputs.chunks }}
steps
:
-
name
:
Checkout Repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Generate Chunks matrix
id
:
gen-chunks
...
...
@@ -51,7 +51,7 @@ jobs:
chunks
:
${{fromJson(needs.gen_chunks.outputs.chunks)}}
steps
:
-
name
:
Checkout Repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Build sketches
run
:
|
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
...
...
@@ -78,7 +78,7 @@ jobs:
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
uses
:
actions/download-artifact@v3
...
...
.github/workflows/lib.yml
View file @
b62d95bc
...
...
@@ -57,7 +57,7 @@ jobs:
steps
:
# This step makes the contents of the repository available to the workflow
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Compile sketch
uses
:
P-R-O-C-H-Y/compile-sketches@main
...
...
@@ -87,7 +87,7 @@ jobs:
steps
:
# Check out repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
token
:
${{ env.GITHUB_TOKEN }}
fetch-depth
:
'
0'
...
...
.github/workflows/push.yml
View file @
b62d95bc
...
...
@@ -18,7 +18,7 @@ jobs:
name
:
Check cmake file
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
-
run
:
bash ./.github/scripts/check-cmakelists.sh
# Ubuntu
...
...
@@ -31,13 +31,13 @@ jobs:
chunk
:
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
]
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
'
3.x'
-
name
:
Cache tools
id
:
cache-linux
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
path
:
|
./tools/dist
...
...
@@ -58,8 +58,8 @@ jobs:
os
:
[
windows-latest
,
macOS-latest
]
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
'
3.x'
-
name
:
Build Sketches
...
...
@@ -75,8 +75,8 @@ jobs:
os
:
[
ubuntu-latest
,
windows-latest
,
macOS-latest
]
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
'
3.x'
-
name
:
Build Sketches
...
...
@@ -97,7 +97,7 @@ jobs:
container
:
espressif/idf:${{ matrix.idf_ver }}
steps
:
-
name
:
Check out arduino-esp32 as a component
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
submodules
:
recursive
path
:
components/arduino-esp32
...
...
.github/workflows/release.yml
View file @
b62d95bc
...
...
@@ -10,10 +10,10 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
fetch-depth
:
0
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
'
3.x'
-
name
:
Build Release
...
...
.github/workflows/upload-idf-component.yml
View file @
b62d95bc
...
...
@@ -7,7 +7,7 @@ jobs:
upload_components
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
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