Skip to content

Commit

Permalink
Switch back to v1 (it includes minors)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Aug 4, 2024
1 parent b390654 commit 0acd3ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/esp_upload_component_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: rm -rf .github

- name: Upload EspNowNetwork to component registry
uses: espressif/upload-components-ci-action/@v1.0.2
uses: espressif/upload-components-ci-action/@v1
with:
name: "EspNowNetwork"
namespace: "johboh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/esp_upload_component_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sed -i 's|./../|./|g' CMakeLists.txt

- name: Upload EspNowNetwork to component registry
uses: espressif/upload-components-ci-action/@v1.0.2
uses: espressif/upload-components-ci-action/@v1
with:
name: "EspNowNetworkHost"
namespace: "johboh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/esp_upload_component_host_driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sed -i 's|./../|./|g' CMakeLists.txt

- name: Upload EspNowNetwork to component registry
uses: espressif/upload-components-ci-action/@1.0.2
uses: espressif/upload-components-ci-action/@v1
with:
name: "EspNowNetworkHostDriver"
namespace: "johboh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/esp_upload_component_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sed -i 's|./../|./|g' CMakeLists.txt

- name: Upload EspNowNetwork to component registry
uses: espressif/upload-components-ci-action/@v1.0.2
uses: espressif/upload-components-ci-action/@v1
with:
name: "EspNowNetworkNode"
namespace: "johboh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/espidf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/[email protected]

- name: ESP-IDF Build
uses: espressif/esp-idf-ci-action@v1.1.0
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: ${{ matrix.version.version_number }}
target: ${{ matrix.version.target }}
Expand Down

0 comments on commit 0acd3ae

Please sign in to comment.