Skip to content

Commit

Permalink
Latest did not work.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Jul 3, 2024
1 parent e3ddbdb commit 6649934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: esphome/build-action@latest
- uses: esphome/build-action@v3.1.0
id: esphome-build
with:
yaml_file: .github/conf_arduino.yml
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: esphome/build-action@latest
- uses: esphome/build-action@v3.1.0
id: esphome-build
with:
yaml_file: .github/conf_esp_idf.yml
Expand Down

0 comments on commit 6649934

Please sign in to comment.