Skip to content

Commit c79d6bd

Browse files
authored
Use updated actions with fix for logs parsing (#166)
1 parent f59e7c8 commit c79d6bd

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
@@ -40,7 +40,7 @@ on:
4040
description: "For Gruntwork internal testing - the version of the pipelines CLI to use"
4141
pipelines_actions_ref:
4242
type: string
43-
default: "v4.1.0"
43+
default: "v4.1.1"
4444
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
4545
pipelines_credentials_ref:
4646
type: string

.github/workflows/pipelines-root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: "For Gruntwork internal testing - the version of the pipelines CLI to use"
3535
pipelines_actions_ref:
3636
type: string
37-
default: "v4.1.0"
37+
default: "v4.1.1"
3838
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
3939
pipelines_credentials_ref:
4040
type: string

.github/workflows/pipelines-unlock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
description: "For Gruntwork internal testing - the version of the pipelines CLI to use"
5252
pipelines_actions_ref:
5353
type: string
54-
default: "v4.1.0"
54+
default: "v4.1.1"
5555
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
5656
pipelines_credentials_ref:
5757
type: string

.github/workflows/pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: "For Gruntwork internal testing - the version of the pipelines CLI to use"
3535
pipelines_actions_ref:
3636
type: string
37-
default: "v4.1.0"
37+
default: "v4.1.1"
3838
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
3939
pipelines_credentials_ref:
4040
type: string

0 commit comments

Comments
 (0)