From 1aaf83d4fb25261146c65d0356460c5e2d714ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:58:12 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- .github/workflows/manual-build-3dprinter-octoprint.yml | 2 +- .github/workflows/manual-build-3dprinter-remote.yml | 2 +- .github/workflows/manual-build-camera-mjpg-streamer.yml | 2 +- .github/workflows/manual-build-camera-ustreamer.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14ef27e..b31ff00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: changed: ${{ steps.changed_addons.outputs.changed }} steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get changed files id: changed_files @@ -74,7 +74,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get information id: info diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fe0345c..18eb070 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: addons: ${{ steps.addons.outputs.addons_list }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 🔍 Find add-on directories id: addons @@ -33,7 +33,7 @@ jobs: path: ${{ fromJson(needs.find.outputs.addons) }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 🚀 Run Home Assistant Add-on Lint uses: frenck/action-addon-linter@v2.18 diff --git a/.github/workflows/manual-build-3dprinter-octoprint.yml b/.github/workflows/manual-build-3dprinter-octoprint.yml index eb144d6..c075c77 100644 --- a/.github/workflows/manual-build-3dprinter-octoprint.yml +++ b/.github/workflows/manual-build-3dprinter-octoprint.yml @@ -13,7 +13,7 @@ jobs: arch: ["aarch64", "amd64", "armhf", "armv7"] steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get information id: info diff --git a/.github/workflows/manual-build-3dprinter-remote.yml b/.github/workflows/manual-build-3dprinter-remote.yml index 37825a9..ff58697 100644 --- a/.github/workflows/manual-build-3dprinter-remote.yml +++ b/.github/workflows/manual-build-3dprinter-remote.yml @@ -13,7 +13,7 @@ jobs: arch: ["aarch64", "amd64", "armhf", "armv7", "i386"] steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get information id: info diff --git a/.github/workflows/manual-build-camera-mjpg-streamer.yml b/.github/workflows/manual-build-camera-mjpg-streamer.yml index 6567e87..4ee3397 100644 --- a/.github/workflows/manual-build-camera-mjpg-streamer.yml +++ b/.github/workflows/manual-build-camera-mjpg-streamer.yml @@ -13,7 +13,7 @@ jobs: arch: ["aarch64", "amd64", "armhf", "armv7", "i386"] steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get information id: info diff --git a/.github/workflows/manual-build-camera-ustreamer.yml b/.github/workflows/manual-build-camera-ustreamer.yml index 1f0e298..3613992 100644 --- a/.github/workflows/manual-build-camera-ustreamer.yml +++ b/.github/workflows/manual-build-camera-ustreamer.yml @@ -13,7 +13,7 @@ jobs: arch: ["aarch64", "amd64", "armhf", "armv7", "i386"] steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get information id: info