From af84bc8f18ea41b8dfa61ae3c9bacd62ec21699b Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 1 Feb 2023 02:35:04 +0000 Subject: [PATCH] Bump pipeline from 1.29.0 to 1.30.0 Bumps pipeline from 1.29.0 to 1.30.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/pb-update-go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 5e57fb8..034552a 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/.github/workflows/pb-update-go.yml b/.github/workflows/pb-update-go.yml index 588d73f..b9785e5 100644 --- a/.github/workflows/pb-update-go.yml +++ b/.github/workflows/pb-update-go.yml @@ -1,7 +1,7 @@ name: Update Go "on": schedule: - - cron: 14 2 * * 1 + - cron: 3 2 * * 1 workflow_dispatch: {} jobs: update: