Use latest actions/checkout

This commit is contained in:
Edward Firmo
2024-02-23 12:10:19 +01:00
parent 158a28befc
commit 384e7d4c29
8 changed files with 29 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ jobs:
name: Code scan (YAML)
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Validate nspanel_esphome.yaml
@@ -47,7 +47,7 @@ jobs:
needs:
- code_scan
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core
@@ -62,7 +62,7 @@ jobs:
needs:
- build_core
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+advanced
@@ -77,7 +77,7 @@ jobs:
needs:
- build_core
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+climate_heat
@@ -92,7 +92,7 @@ jobs:
needs:
- build_core
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+climate_cool
@@ -107,7 +107,7 @@ jobs:
needs:
- build_core
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+climate_dual
@@ -123,7 +123,7 @@ jobs:
- build_climate_heat
- build_advanced
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+advanced+climate_heat
@@ -139,7 +139,7 @@ jobs:
- build_climate_cool
- build_advanced
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+advanced+climate_cool+arduino
@@ -155,7 +155,7 @@ jobs:
- build_advanced
- build_climate_dual
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+climate_dual+bt_proxy+esp_idf5
@@ -170,7 +170,7 @@ jobs:
needs:
- build_climate_heat_advanced
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+advanced+climate_heat+customizations
@@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_core # Ensure this job runs after the core build job
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'