Skip to content

Commit 4339b74

Browse files
CLI v0.38.1 Actions v3.6.2 (#121)
1 parent e6c51ee commit 4339b74

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ on:
3636
PR_CREATE_TOKEN:
3737
required: false
3838
env:
39-
PIPELINES_CLI_VERSION: v0.37.0
40-
PIPELINES_ACTIONS_VERSION: v3.6.1
39+
PIPELINES_CLI_VERSION: v0.38.1
40+
PIPELINES_ACTIONS_VERSION: v3.6.2
4141
BOILERPLATE_VERSION: v0.5.16
4242
GRUNTWORK_INSTALLER_VERSION: v0.0.40
4343

.github/workflows/pipelines-root.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ on:
3838
required: false
3939

4040
env:
41-
PIPELINES_CLI_VERSION: v0.37.0
42-
PIPELINES_ACTIONS_VERSION: v3.6.1
41+
PIPELINES_CLI_VERSION: v0.38.1
42+
PIPELINES_ACTIONS_VERSION: v3.6.2
4343
BOILERPLATE_VERSION: v0.5.16
4444
GRUNTWORK_INSTALLER_VERSION: v0.0.40
4545

.github/workflows/pipelines-unlock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ on:
4545
PIPELINES_READ_TOKEN:
4646
required: true
4747
env:
48-
PIPELINES_CLI_VERSION: v0.37.0
49-
PIPELINES_ACTIONS_VERSION: v3.6.1
48+
PIPELINES_CLI_VERSION: v0.38.1
49+
PIPELINES_ACTIONS_VERSION: v3.6.2
5050

5151
jobs:
5252
unlock_one:

.github/workflows/pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ on:
3636
required: false
3737

3838
env:
39-
PIPELINES_CLI_VERSION: v0.37.0
40-
PIPELINES_ACTIONS_VERSION: v3.6.1
39+
PIPELINES_CLI_VERSION: v0.38.1
40+
PIPELINES_ACTIONS_VERSION: v3.6.2
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)