Skip to content

Commit a08bd49

Browse files
committed
remove lock and update package
1 parent 2f1be7f commit a08bd49

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/package_main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
submodules: 'recursive'
2020

2121
- name: Build Main Code
2222
uses: espressif/esp-idf-ci-action@v1
2323
with:
24-
esp_idf_version: release-v5.2
24+
esp_idf_version: v5.2.2
2525
target: esp32
2626
path: '.'
2727

dependencies.lock

-9
This file was deleted.

0 commit comments

Comments
 (0)