From eacfb8e6b126bd005710cdfbbf72b87809d2eef2 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:12:55 -0400 Subject: [PATCH] fix: Bumping up `pipelines-actions` to `v3.0.3` --- .github/workflows/pipelines-drift-detection.yml | 2 +- .github/workflows/pipelines-root.yml | 2 +- .github/workflows/pipelines-unlock.yml | 2 +- .github/workflows/pipelines.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index 6b17841..e8541cb 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.29.0 - PIPELINES_ACTIONS_VERSION: v3.0.2 + PIPELINES_ACTIONS_VERSION: v3.0.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 2e70b8c..00f44b3 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -35,7 +35,7 @@ on: env: PIPELINES_CLI_VERSION: v0.29.0 - PIPELINES_ACTIONS_VERSION: v3.0.2 + PIPELINES_ACTIONS_VERSION: v3.0.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 2e0920a..5db5326 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.29.0 - PIPELINES_ACTIONS_VERSION: v3.0.2 + PIPELINES_ACTIONS_VERSION: v3.0.3 jobs: unlock_one: diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 4be70f2..8d85854 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -33,7 +33,7 @@ on: env: PIPELINES_CLI_VERSION: v0.29.0 - PIPELINES_ACTIONS_VERSION: v3.0.2 + PIPELINES_ACTIONS_VERSION: v3.0.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.