diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index 054ea8b..038b149 100644 --- a/.github/workflows/pipelines-drift-detection.yml +++ b/.github/workflows/pipelines-drift-detection.yml @@ -37,7 +37,7 @@ on: required: false env: PIPELINES_CLI_VERSION: v0.38.2 - PIPELINES_ACTIONS_VERSION: v3.6.2 + PIPELINES_ACTIONS_VERSION: v3.6.3 BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 23e2b69..a970bbc 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -39,7 +39,7 @@ on: env: PIPELINES_CLI_VERSION: v0.38.2 - PIPELINES_ACTIONS_VERSION: v3.6.2 + PIPELINES_ACTIONS_VERSION: v3.6.3 BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 diff --git a/.github/workflows/pipelines-unlock.yml b/.github/workflows/pipelines-unlock.yml index 5d83ea9..83b90cc 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -46,7 +46,7 @@ on: required: true env: PIPELINES_CLI_VERSION: v0.38.2 - PIPELINES_ACTIONS_VERSION: v3.6.2 + PIPELINES_ACTIONS_VERSION: v3.6.3 jobs: unlock_one: diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 56fda40..97fee95 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -37,7 +37,7 @@ on: env: PIPELINES_CLI_VERSION: v0.38.2 - PIPELINES_ACTIONS_VERSION: v3.6.2 + PIPELINES_ACTIONS_VERSION: v3.6.3 # GitHub Actions tends to hit resource exhaustion and kill running jobs # if we leave parallelism unbounded, so we set the max to 10 for a sane default.