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