From a418bc2e5046ba61c266d8b83055348df2fd3f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:09:02 +0100 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#78) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/3dprinter-octoprint.yml | 2 +- .github/workflows/3dprinter-remote.yml | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/camera-mjpg-streamer.yml | 2 +- .github/workflows/camera-ustreamer.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/3dprinter-octoprint.yml b/.github/workflows/3dprinter-octoprint.yml index f2aced3..3a88259 100644 --- a/.github/workflows/3dprinter-octoprint.yml +++ b/.github/workflows/3dprinter-octoprint.yml @@ -13,7 +13,7 @@ jobs: arch: ["aarch64", "amd64", "armhf", "armv7"] steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get information id: info diff --git a/.github/workflows/3dprinter-remote.yml b/.github/workflows/3dprinter-remote.yml index d96daf7..fbdc21f 100644 --- a/.github/workflows/3dprinter-remote.yml +++ b/.github/workflows/3dprinter-remote.yml @@ -13,7 +13,7 @@ jobs: arch: ["aarch64", "amd64", "armhf", "armv7", "i386"] steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get information id: info diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc2c202..a3db12f 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@v3.3.0 + uses: actions/checkout@v4 - name: Get changed files id: changed_files @@ -74,7 +74,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4 - name: Get information id: info diff --git a/.github/workflows/camera-mjpg-streamer.yml b/.github/workflows/camera-mjpg-streamer.yml index dc38d59..330cf39 100644 --- a/.github/workflows/camera-mjpg-streamer.yml +++ b/.github/workflows/camera-mjpg-streamer.yml @@ -13,7 +13,7 @@ jobs: arch: ["aarch64", "amd64", "armhf", "armv7", "i386"] steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get information id: info diff --git a/.github/workflows/camera-ustreamer.yml b/.github/workflows/camera-ustreamer.yml index 18e0469..df3c7c9 100644 --- a/.github/workflows/camera-ustreamer.yml +++ b/.github/workflows/camera-ustreamer.yml @@ -13,7 +13,7 @@ jobs: arch: ["aarch64", "amd64", "armhf", "armv7", "i386"] steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get information id: info diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3335155..325580c 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@v3.3.0 + uses: actions/checkout@v4 - 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@v3.3.0 + uses: actions/checkout@v4 - name: 🚀 Run Home Assistant Add-on Lint uses: frenck/action-addon-linter@v2.13