Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64-apple-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ASSET_CONTENT_TYPE: "application/x-tar"
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: esp-rs/rust
ref: esp-${{ github.event.inputs.release_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64-unknown-linux-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fi
docker container rm rust-linux || echo "Container name rust-linux is available"
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Build construction container
run: |
cd support/rust-build/aarch64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-src.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ASSET_CONTENT_TYPE: "application/x-tar"
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: esp-rs/rust
ref: esp-${{ github.event.inputs.release_version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
runs-on: [self-hosted, Windows]
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Checkout repository - esp-rs/rust
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: rust
repository: esp-rs/rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-unknown-linux-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
docker container rm rust-linux || echo "Container name rust-linux is available"
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Build construction container
run: |
cd support/rust-build/x86_64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-idf-rust-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
board: ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3", "all"]
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Build Docker image
if: matrix.board != 'all'
run: |
Expand Down