Skip to content

Commit 5b88dc9

Browse files
ci(gha): Update 3ware/workflows action to v4.21.4 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91b57fe commit 5b88dc9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/iac-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
id-token: write
2121
pull-requests: write
22-
uses: 3ware/workflows/.github/workflows/iac-deploy.yaml@734372a063bf29df3dd2e04315dfad6698248eea # v4.21.1
22+
uses: 3ware/workflows/.github/workflows/iac-deploy.yaml@3d024cbaf2eace91ae229d4cbba5cbd806fdeb91 # v4.21.4
2323
secrets: inherit
2424
with:
2525
environment: development

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
semantic-release:
1414
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1515
name: Release
16-
uses: 3ware/workflows/.github/workflows/release.yaml@734372a063bf29df3dd2e04315dfad6698248eea # v4.21.1
16+
uses: 3ware/workflows/.github/workflows/release.yaml@3d024cbaf2eace91ae229d4cbba5cbd806fdeb91 # v4.21.4
1717
secrets: inherit

.github/workflows/terraform-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
terraform-docs:
1818
if: ${{ github.event.pull_request.merged == true }}
1919
name: Terraform Docs
20-
uses: 3ware/workflows/.github/workflows/terraform-docs.yaml@734372a063bf29df3dd2e04315dfad6698248eea # v4.21.1
20+
uses: 3ware/workflows/.github/workflows/terraform-docs.yaml@3d024cbaf2eace91ae229d4cbba5cbd806fdeb91 # v4.21.4
2121
secrets: inherit
2222
with:
2323
tf-directory: terraform

0 commit comments

Comments
 (0)