From a987595de077b40c150331cd041e7843bc2a0543 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:00:46 -0400 Subject: [PATCH] chore: Bumping `pipelines` and `pipelines-actions` versions --- .github/workflows/pipelines-root.yml | 4 ++-- .github/workflows/pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 77c69ceb..00e9bf9c 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -30,8 +30,8 @@ on: required: false env: - PIPELINES_CLI_VERSION: v0.20.0 - PIPELINES_ACTIONS_VERSION: main + PIPELINES_CLI_VERSION: v0.21.0 + PIPELINES_ACTIONS_VERSION: v1.8.0 BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index fe0f2884..c9c8bfad 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -26,7 +26,7 @@ on: required: true env: - PIPELINES_CLI_VERSION: v0.20.0 + PIPELINES_CLI_VERSION: v0.21.0 PIPELINES_ACTIONS_VERSION: v1.8.0 jobs: