Skip to content

Commit

Permalink
use idf 5.3 for format checking
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Sep 4, 2024
1 parent 812a5fc commit 14ac2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
format-check:
runs-on: ubuntu-latest
container:
image: "espressif/idf:release-v5.2"
image: "espressif/idf:release-v5.3"
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit 14ac2d2

Please sign in to comment.