Skip to content

Commit 83cfd1a

Browse files
Bump the gh-actions group across 1 directory with 5 updates
Bumps the gh-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) | `3` | `4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `8` | | [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `6.1.0` | `6.2.0` | Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `hashicorp/setup-terraform` from 3 to 4 - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v3...v4) Updates `actions/upload-artifact` from 5 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v7) Updates `actions/download-artifact` from 6 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v8) Updates `release-drafter/release-drafter` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: hashicorp/setup-terraform dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: release-drafter/release-drafter dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44fa817 commit 83cfd1a

7 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/addon-ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
config-file: ${{ steps.information.outputs.config }}
2525
steps:
2626
- name: ↩️ Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: ℹ️ Gather addon info
3030
id: information
@@ -37,7 +37,7 @@ jobs:
3737
- information
3838
steps:
3939
- name: ↩️ Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: 🚀 Run Home Assistant Add-on Lint
4343
uses: frenck/action-addon-linter@v2
@@ -52,7 +52,7 @@ jobs:
5252
- information
5353
steps:
5454
- name: ↩️ Checkout
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656

5757
- name: 🚀 Run hadolint
5858
uses: hadolint/hadolint-action@v3.3.0
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: ↩️ Checkout
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868

6969
- name: 🚀 Run ShellCheck
7070
uses: ludeeus/action-shellcheck@2.0.0
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: ↩️ Checkout
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080

8181
- name: 🚀 Run markdownlint
8282
uses: nosborn/github-action-markdown-cli@v3.5.0
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: ↩️ Checkout
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292

9393
- name: 🚀 Run yamllint
9494
uses: ibiqlik/action-yamllint@v3
@@ -104,7 +104,7 @@ jobs:
104104
fail-fast: false
105105
steps:
106106
- name: ↩️ Checkout
107-
uses: actions/checkout@v5
107+
uses: actions/checkout@v6
108108

109109
- name: ℹ️ Generate addon meta info
110110
id: addon-meta

.github/workflows/addon-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
environment: ${{ steps.release.outputs.environment }}
4343
steps:
4444
- name: ↩️ Checkout
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646

4747
- name: ℹ️ Gather addon info
4848
id: information
@@ -81,7 +81,7 @@ jobs:
8181
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
8282
steps:
8383
- name: ↩️ Checkout
84-
uses: actions/checkout@v5
84+
uses: actions/checkout@v6
8585

8686
- name: ℹ️ Generate addon meta info
8787
id: addon-meta

.github/workflows/addon-update-packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os-version: ${{ steps.os-info.outputs.version }}
2222
steps:
2323
- name: ↩️ Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: ℹ️ Gather addon info
2727
id: information
@@ -99,7 +99,7 @@ jobs:
9999
pull-requests: write
100100
steps:
101101
- name: ↩️ Checkout
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103
with:
104104
fetch-depth: 0
105105

.github/workflows/iac-github.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: ↩️ Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: 🏗️ Setup terraform
30-
uses: hashicorp/setup-terraform@v3
30+
uses: hashicorp/setup-terraform@v4
3131
with:
3232
terraform_version: "1.9.6"
3333
cli_config_credentials_token: ${{ secrets.TERRAFORM_CLOUD_TOKEN }}
@@ -52,7 +52,7 @@ jobs:
5252
run: cd github-iac && terraform plan -out plan.out
5353

5454
- name: ⤴️ Upload plan
55-
uses: actions/upload-artifact@v5
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: github-iac-artifact
5858
path: github-iac/plan.out
@@ -65,16 +65,16 @@ jobs:
6565
- plan
6666
steps:
6767
- name: ↩️ Checkout
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969

7070
- name: 🏗️ Setup terraform
71-
uses: hashicorp/setup-terraform@v3
71+
uses: hashicorp/setup-terraform@v4
7272
with:
7373
terraform_version: "1.9.6"
7474
cli_config_credentials_token: ${{ secrets.TERRAFORM_CLOUD_TOKEN }}
7575

7676
- name: ⤵️ Get plan artifact
77-
uses: actions/download-artifact@v6
77+
uses: actions/download-artifact@v8
7878
with:
7979
name: github-iac-artifact
8080
path: github-iac

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
pull-requests: read
1717
steps:
1818
- name: 🚀 Run Release Drafter
19-
uses: release-drafter/release-drafter@v6.1.0
19+
uses: release-drafter/release-drafter@v6.2.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/repository-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: ↩️ Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: 🚀 Run markdownlint
1616
uses: nosborn/github-action-markdown-cli@v3.5.0
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: ↩️ Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: 🚀 Run yamllint
2828
uses: ibiqlik/action-yamllint@v3

.github/workflows/workflows-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: ↩️ Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: 🚀 Run markdownlint
2424
uses: nosborn/github-action-markdown-cli@v3.5.0
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: ↩️ Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: 🚀 Run yamllint
3636
uses: ibiqlik/action-yamllint@v3

0 commit comments

Comments
 (0)