From 71b8ab76afbd23ae34a269e52c0a9edc8427179a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:35:21 +0000 Subject: [PATCH] Renovate Update ministryofjustice/opg-github-actions action to v3.1.1 (#3053) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/path-to-live.yml | 2 +- .github/workflows/pull-request-path.yml | 2 +- .github/workflows/workflow_destroy_on_merge.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/path-to-live.yml b/.github/workflows/path-to-live.yml index daaf5d904f..072339a5cb 100644 --- a/.github/workflows/path-to-live.yml +++ b/.github/workflows/path-to-live.yml @@ -55,7 +55,7 @@ jobs: fi - name: Bump version and push tag - uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.1.0 + uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.1.1 id: semver_tag with: with_v: true diff --git a/.github/workflows/pull-request-path.yml b/.github/workflows/pull-request-path.yml index 330ec8f851..fa859bd84c 100644 --- a/.github/workflows/pull-request-path.yml +++ b/.github/workflows/pull-request-path.yml @@ -46,7 +46,7 @@ jobs: - name: Set safe branch name id: safe_branch_name - uses: ministryofjustice/opg-github-actions/.github/actions/branch-name@v3.1.0 + uses: ministryofjustice/opg-github-actions/.github/actions/branch-name@v3.1.1 - name: get changed files in the admin folder id: changed-files-admin diff --git a/.github/workflows/workflow_destroy_on_merge.yml b/.github/workflows/workflow_destroy_on_merge.yml index 608bb51a9f..fae7f6d436 100644 --- a/.github/workflows/workflow_destroy_on_merge.yml +++ b/.github/workflows/workflow_destroy_on_merge.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Set safe branch name id: safe_branch_name - uses: ministryofjustice/opg-github-actions/.github/actions/branch-name@v3.1.0 + uses: ministryofjustice/opg-github-actions/.github/actions/branch-name@v3.1.1 - name: Set workspace name id: set_workspace_name @@ -56,7 +56,7 @@ jobs: - name: Set terraform version id: set-terraform-version - uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.1.0 + uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.1.1 with: terraform_directory: "./terraform/environment" terraform_versions_file: ".terraform-version"