Skip to content

Commit 2e4d548

Browse files
ci(deps): bump the github-actions group with 3 updates (#1705)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) Updates `renovatebot/github-action` from 46.1.16 to 46.1.17 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](renovatebot/github-action@v46.1.16...v46.1.17) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: renovatebot/github-action dependency-version: 46.1.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1914f03 commit 2e4d548

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build-haos-test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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 }}

.github/workflows/haos-e2e-inaddon-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/haos-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/performance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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 }}

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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 }}

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:
@@ -27,7 +27,7 @@ jobs:
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.

0 commit comments

Comments
 (0)