-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renovate Update ministryofjustice/opg-github-actions action to v3.1.1 (…
…#3053) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
eac4840
commit 71b8ab7
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
fi | ||
- name: Bump version and push tag | ||
uses: ministryofjustice/opg-github-actions/.github/actions/[email protected].0 | ||
uses: ministryofjustice/opg-github-actions/.github/actions/[email protected].1 | ||
id: semver_tag | ||
with: | ||
with_v: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
|
||
- name: Set safe branch name | ||
id: safe_branch_name | ||
uses: ministryofjustice/opg-github-actions/.github/actions/[email protected].0 | ||
uses: ministryofjustice/opg-github-actions/.github/actions/[email protected].1 | ||
|
||
- name: get changed files in the admin folder | ||
id: changed-files-admin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
steps: | ||
- name: Set safe branch name | ||
id: safe_branch_name | ||
uses: ministryofjustice/opg-github-actions/.github/actions/[email protected].0 | ||
uses: ministryofjustice/opg-github-actions/.github/actions/[email protected].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/[email protected].0 | ||
uses: ministryofjustice/opg-github-actions/.github/actions/[email protected].1 | ||
with: | ||
terraform_directory: "./terraform/environment" | ||
terraform_versions_file: ".terraform-version" | ||
|