Skip to content

Commit 1a2edae

Browse files
authored
Use actions with root terragrunt file updates (#123)
* Use actions with root terragrunt file updates * Use v3.6.4 of pipelines actions
1 parent dd1c0b6 commit 1a2edae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pipelines-drift-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
required: false
3838
env:
3939
PIPELINES_CLI_VERSION: v0.38.2
40-
PIPELINES_ACTIONS_VERSION: v3.6.3
40+
PIPELINES_ACTIONS_VERSION: v3.6.4
4141
BOILERPLATE_VERSION: v0.5.16
4242
GRUNTWORK_INSTALLER_VERSION: v0.0.40
4343

.github/workflows/pipelines-root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
env:
4141
PIPELINES_CLI_VERSION: v0.38.2
42-
PIPELINES_ACTIONS_VERSION: v3.6.3
42+
PIPELINES_ACTIONS_VERSION: v3.6.4
4343
BOILERPLATE_VERSION: v0.5.16
4444
GRUNTWORK_INSTALLER_VERSION: v0.0.40
4545

.github/workflows/pipelines-unlock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
required: true
4747
env:
4848
PIPELINES_CLI_VERSION: v0.38.2
49-
PIPELINES_ACTIONS_VERSION: v3.6.3
49+
PIPELINES_ACTIONS_VERSION: v3.6.4
5050

5151
jobs:
5252
unlock_one:

.github/workflows/pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737

3838
env:
3939
PIPELINES_CLI_VERSION: v0.38.2
40-
PIPELINES_ACTIONS_VERSION: v3.6.3
40+
PIPELINES_ACTIONS_VERSION: v3.6.4
4141

4242
# GitHub Actions tends to hit resource exhaustion and kill running jobs
4343
# if we leave parallelism unbounded, so we set the max to 10 for a sane default.

0 commit comments

Comments
 (0)