Skip to content

Commit 435abd8

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint). Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `terraform-linters/setup-tflint` from 5 to 6 - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](terraform-linters/setup-tflint@v5...v6) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: terraform-linters/setup-tflint dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d240ed commit 435abd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/comment-dependabot-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- name: Add comment
15-
uses: peter-evans/create-or-update-comment@v4
15+
uses: peter-evans/create-or-update-comment@v5
1616
with:
1717
issue-number: ${{ github.event.number }}
1818
body: |

.github/workflows/deploy-hubs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
(steps.generate-jobs.outputs.support-jobs != '[]' ||
166166
steps.generate-jobs.outputs.staging-jobs != '[]' ||
167167
steps.generate-jobs.outputs.prod-jobs != '[]')
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v5
169169
with:
170170
name: pr
171171
path: |

.github/workflows/terraform-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v5
1313
- uses: hashicorp/setup-terraform@v3
14-
- uses: terraform-linters/setup-tflint@v5
14+
- uses: terraform-linters/setup-tflint@v6
1515
- name: Run terraform linter
1616
run: |
1717
cd terraform

0 commit comments

Comments
 (0)