diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index 4e52266..cbe6157 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.34.0 - PIPELINES_ACTIONS_VERSION: v3.3.0 + PIPELINES_ACTIONS_VERSION: v3.3.1 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 30df53e..741d5b2 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -35,7 +35,7 @@ on: env: PIPELINES_CLI_VERSION: v0.34.0 - PIPELINES_ACTIONS_VERSION: v3.3.0 + PIPELINES_ACTIONS_VERSION: v3.3.1 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 34bf33d..52ab17a 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -42,7 +42,7 @@ on: required: true env: PIPELINES_CLI_VERSION: v0.34.0 - PIPELINES_ACTIONS_VERSION: v3.3.0 + PIPELINES_ACTIONS_VERSION: v3.3.1 jobs: unlock_one: diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 6dac93f..e78bc24 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -33,7 +33,7 @@ on: env: PIPELINES_CLI_VERSION: v0.34.0 - PIPELINES_ACTIONS_VERSION: v3.3.0 + PIPELINES_ACTIONS_VERSION: v3.3.1 # 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.