File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ jobs:
267267 - name : Warm shared Actions cache for E2E lanes (master only)
268268 if : github.ref == 'refs/heads/master' && steps.e2e_cache_key.outputs.cache-key != ''
269269 continue-on-error : true
270- uses : actions/cache/save@v5
270+ uses : actions/cache/save@v6
271271 with :
272272 path : /tmp/haos-test-image.qcow2
273273 key : ${{ steps.e2e_cache_key.outputs.cache-key }}
Original file line number Diff line number Diff line change 6060
6161 - name : Cache HA Docker image
6262 id : cache-ha-image
63- uses : actions/cache@v5
63+ uses : actions/cache@v6
6464 with :
6565 path : /tmp/ha-image.tar
6666 key : ha-image-${{ env.HA_IMAGE_GHCR }}-${{ runner.arch }}
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Restore image from cache
147147 id : restore-cache
148- uses : actions/cache/restore@v5
148+ uses : actions/cache/restore@v6
149149 with :
150150 path : /tmp/haos-test-image.qcow2
151151 key : ${{ steps.key.outputs.cache-key }}
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143
144144 - name : Restore image from cache
145145 id : restore-cache
146- uses : actions/cache/restore@v5
146+ uses : actions/cache/restore@v6
147147 with :
148148 path : /tmp/haos-test-image.qcow2
149149 key : ${{ steps.key.outputs.cache-key }}
@@ -211,7 +211,7 @@ jobs:
211211 # doesn't save, see the block comment at the same position in
212212 # ``haos-e2e-inaddon-tests.yml``.
213213 if : steps.restore-cache.outputs.cache-hit != 'true'
214- uses : actions/cache/save@v5
214+ uses : actions/cache/save@v6
215215 with :
216216 path : /tmp/haos-test-image.qcow2
217217 key : ${{ steps.key.outputs.cache-key }}
Original file line number Diff line number Diff line change 4848
4949 - name : Cache HA Docker image
5050 id : cache-ha-image
51- uses : actions/cache@v5
51+ uses : actions/cache@v6
5252 with :
5353 path : /tmp/ha-image.tar
5454 key : ha-image-${{ env.HA_IMAGE_GHCR }}-${{ runner.arch }}
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ jobs:
267267 # Node.js" was the network download, not the extract. apt-get
268268 # install still runs (unpack is fast); we're just skipping the
269269 # download leg on cache hit.
270- uses : actions/cache@v5
270+ uses : actions/cache@v6
271271 with :
272272 path : /var/cache/apt/archives
273273 key : apt-trixie-git-nodejs-npm-v1
@@ -297,7 +297,7 @@ jobs:
297297 # Lockfile-keyed so a dependency bump invalidates cleanly. `npm ci`
298298 # is still safe to run on cache hit (it short-circuits when the
299299 # tree already matches the lockfile).
300- uses : actions/cache@v5
300+ uses : actions/cache@v6
301301 with :
302302 path : tests/js/node_modules
303303 key : tests-js-node-modules-${{ hashFiles('tests/js/package-lock.json') }}
@@ -355,7 +355,7 @@ jobs:
355355
356356 - name : Cache HA Docker image
357357 id : cache-ha-image
358- uses : actions/cache@v5
358+ uses : actions/cache@v6
359359 with :
360360 path : /tmp/ha-image.tar
361361 key : ha-image-${{ env.HA_IMAGE_GHCR }}-${{ runner.arch }}
Original file line number Diff line number Diff line change 4343 private-key : ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
4444
4545 - name : Self-hosted Renovate
46- uses : renovatebot/github-action@v46.1.16
46+ uses : renovatebot/github-action@v46.1.17
4747 with :
4848 configurationFile : renovate.json
4949 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 1717 name : HACS
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - name : HACS validation
2222 uses : hacs/action@main
2323 with :
2727 name : Hassfest
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v6
30+ - uses : actions/checkout@v7
3131 # Drop vendored third-party fixtures (e.g. the upstream HACS integration
3232 # used as an e2e fixture) so hassfest only validates integrations this repo
3333 # owns. Mirrors scripts/codeql_quality_gate.py's PATHS_IGNORE convention.
You can’t perform that action at this time.
0 commit comments