From 7ac79df975f14974bc7c50bc1775bb9d6780a78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:51:22 +0000 Subject: [PATCH] chore(deps): bump mozilla/terraform-modules Bumps [mozilla/terraform-modules](https://github.com/mozilla/terraform-modules) from e5fc38a939be3df68dca237d2b4ed4d535addd59 to 4c6a63006b3e1b0b0a68a61d41641db1f99cfd0a. - [Release notes](https://github.com/mozilla/terraform-modules/releases) - [Commits](https://github.com/mozilla/terraform-modules/compare/e5fc38a939be3df68dca237d2b4ed4d535addd59...4c6a63006b3e1b0b0a68a61d41641db1f99cfd0a) --- updated-dependencies: - dependency-name: mozilla/terraform-modules dependency-version: 4c6a63006b3e1b0b0a68a61d41641db1f99cfd0a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/monorepo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monorepo.yml b/.github/workflows/monorepo.yml index 570012b8..f0753076 100644 --- a/.github/workflows/monorepo.yml +++ b/.github/workflows/monorepo.yml @@ -136,13 +136,13 @@ jobs: persist-credentials: false # Do the per-module steps in a composite action because matrixes can't handle dynamic outputs - name: Version bump - uses: mozilla/terraform-modules/.github/actions/versions@e5fc38a939be3df68dca237d2b4ed4d535addd59 + uses: mozilla/terraform-modules/.github/actions/versions@4c6a63006b3e1b0b0a68a61d41641db1f99cfd0a with: package-name: ${{ matrix.directory }} release-type: ${{ needs.detect.outputs.release-type }} - name: Generate docs if: needs.detect.outputs.is-merge-event == 'false' && needs.detect.outputs.release-type != 'no-release' - uses: mozilla/terraform-modules/.github/actions/docs@e5fc38a939be3df68dca237d2b4ed4d535addd59 + uses: mozilla/terraform-modules/.github/actions/docs@4c6a63006b3e1b0b0a68a61d41641db1f99cfd0a with: package-name: ${{ matrix.directory }}