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

@@ -27,7 +27,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
@@ -59,7 +59,7 @@ jobs:
needs:
- code_scan
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core
@@ -73,7 +73,7 @@ jobs:
needs:
- build_core
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build core+advanced
@@ -87,7 +87,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
@@ -101,7 +101,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
@@ -115,7 +115,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
@@ -130,7 +130,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
@@ -145,7 +145,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
@@ -160,7 +160,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
@@ -174,7 +174,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
@@ -187,7 +187,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'