Update to latest checkout
This commit is contained in:
6
.github/workflows/build_esphome.yml
vendored
6
.github/workflows/build_esphome.yml
vendored
@@ -15,9 +15,9 @@ jobs:
|
|||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4.1.0
|
||||||
with:
|
#with:
|
||||||
ref: dev # Check out the 'dev' branch
|
# ref: dev # Check out the 'dev' branch
|
||||||
- uses: esphome/build-action@v1.8.0
|
- uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
yaml_file: nspanel_esphome_prebuilt.yaml
|
yaml_file: nspanel_esphome_prebuilt.yaml
|
||||||
|
|||||||
2
.github/workflows/validate_blueprint.yml
vendored
2
.github/workflows/validate_blueprint.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
|||||||
name: Validate Blueprint YAML
|
name: Validate Blueprint YAML
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4.1.0
|
||||||
- name: Validate nspanel_blueprint.yaml
|
- name: Validate nspanel_blueprint.yaml
|
||||||
run: yamllint -c "./.yamllint/rules.yml" nspanel_blueprint.yaml
|
run: yamllint -c "./.yamllint/rules.yml" nspanel_blueprint.yaml
|
||||||
|
|||||||
2
.github/workflows/validate_esphome.yml
vendored
2
.github/workflows/validate_esphome.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
name: Validate ESPHome YAML
|
name: Validate ESPHome YAML
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4.1.0
|
||||||
- name: Validate nspanel_esphome.yaml
|
- name: Validate nspanel_esphome.yaml
|
||||||
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome.yaml
|
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome.yaml
|
||||||
- name: Validate nspanel_esphome_advanced.yaml
|
- name: Validate nspanel_esphome_advanced.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user