diff --git a/.github/workflows/monorepo.yml b/.github/workflows/monorepo.yml index 570012b8..af988fb2 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@2edfb8bf836a0ff913b3888ec9ac42d7635f2d97 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@2edfb8bf836a0ff913b3888ec9ac42d7635f2d97 with: package-name: ${{ matrix.directory }}