Skip to content

Commit

Permalink
remove lock and update package
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Aug 27, 2024
1 parent 2f1be7f commit a08bd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Build Main Code
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: release-v5.2
esp_idf_version: v5.2.2
target: esp32
path: '.'

Expand Down
9 changes: 0 additions & 9 deletions dependencies.lock

This file was deleted.

0 comments on commit a08bd49

Please sign in to comment.