From 8e403d7c1458ee0b361bed4a86d1cc3f40da2954 Mon Sep 17 00:00:00 2001 From: nebhale Date: Wed, 11 Nov 2020 16:39:02 +0000 Subject: [PATCH] Bump pipeline from 1.6.0 to 1.7.0 Bumps pipeline from 1.6.0 to 1.7.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/create-builder.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/update-pipeline.yml | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index dc1e644..bd8bf88 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/.github/workflows/create-builder.yml b/.github/workflows/create-builder.yml index e8bbc3c..5717c97 100644 --- a/.github/workflows/create-builder.yml +++ b/.github/workflows/create-builder.yml @@ -56,7 +56,7 @@ jobs: "https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \ | tar -C "${HOME}"/bin -xz pack env: - PACK_VERSION: 0.14.2 + PACK_VERSION: 0.15.0 - uses: actions/checkout@v2 - id: version name: Compute Version diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfd7c2e..f8c0f03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: "https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \ | tar -C "${HOME}"/bin -xz pack env: - PACK_VERSION: 0.14.2 + PACK_VERSION: 0.15.0 - uses: actions/checkout@v2 - id: version name: Compute Version diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index ce75419..034abd3 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -1,5 +1,10 @@ name: Update Pipeline "on": + push: + branches: + - main + paths: + - .github/pipeline-descriptor.yml schedule: - cron: 0 5 * * 1-5 workflow_dispatch: {}