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