]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Bump actions/checkout from 5 to 7 (#3) master
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 24 Aug 2026 20:42:03 +0000 (22:42 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2026 20:42:03 +0000 (22:42 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/homeassistant-ci.yaml
.github/workflows/nightly-check.yaml

index 7ff2d1f7a7400b9d220bdff15555bebb2bb9abf6..4003f0e3740f523b6ffc389cbdf58af066a7a2b6 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       # CHECKOUT
       # ---------------------------------------------------------
       - name: ⤵️ Check out configuration from GitHub
-        uses: actions/checkout@v5
+        uses: actions/checkout@v7
 
       # ---------------------------------------------------------
       # CACHE PIP
index dbfd71e1cc2892383c64132256d343840dfcebf6..29e18d85de826b462beb159927aa8b0bde77a742 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       # CHECKOUT
       # ---------------------------------------------------------
       - name: ⤵️ Check out configuration from GitHub
-        uses: actions/checkout@v5
+        uses: actions/checkout@v7
 
       # ---------------------------------------------------------
       # CACHE PIP