Skip to content

Commit 0ad4db9

Browse files
build(deps): bump the ci group with 2 updates
Bumps the ci group with 2 updates: [korthout/backport-action](https://github.com/korthout/backport-action) and [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform). Updates `korthout/backport-action` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](korthout/backport-action@408fae1...cb79e4e) Updates `hashicorp/setup-terraform` from 2.0.3 to 3.0.0 - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@633666f...a1502cd) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 659ce79 commit 0ad4db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919
- name: Create backport PRs
20-
uses: korthout/backport-action@408fae11ed190c2f91bf15d15af01b8f8b45709b # v2.0.0
20+
uses: korthout/backport-action@cb79e4e5f46c7d7d653dd3d5fa8a9b0a945dfe4b # v2.1.0
2121
# xref: https://github.com/korthout/backport-action#inputs
2222
with:
2323
# Use token to allow workflows to be triggered for the created PR

.github/workflows/e2e-azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
wget https://github.com/mozilla/sops/releases/download/v3.7.1/sops-v3.7.1.linux -O $HOME/.local/bin/sops
4949
chmod +x $HOME/.local/bin/sops
5050
- name: Setup Terraform
51-
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2
51+
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v2
5252
with:
5353
terraform_version: 1.2.8
5454
terraform_wrapper: false

0 commit comments

Comments
 (0)