From fc69312da4de53e13fae63ad212f0a55fb842746 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 24 Nov 2021 19:05:38 +0000 Subject: [PATCH] Bump pipeline from 0.0.0 to 1.15.1 Bumps pipeline from 0.0.0 to 1.15.1. Signed-off-by: GitHub --- .github/labels.yml | 1 - .github/pipeline-version | 1 + .github/workflows/create-package.yml | 1 - .github/workflows/minimal-labels.yml | 1 - .github/workflows/synchronize-labels.yml | 1 - .github/workflows/tests.yml | 1 - .github/workflows/update-draft-release.yml | 1 - .github/workflows/update-pipeline.yml | 1 - 8 files changed, 1 insertion(+), 7 deletions(-) create mode 100644 .github/pipeline-version diff --git a/.github/labels.yml b/.github/labels.yml index 8836d46..270dd19 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -25,4 +25,3 @@ - name: type:task description: A general task color: e3d9fc - diff --git a/.github/pipeline-version b/.github/pipeline-version new file mode 100644 index 0000000..ace4423 --- /dev/null +++ b/.github/pipeline-version @@ -0,0 +1 @@ +1.15.1 diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index 8f3ee31..e53b786 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -182,4 +182,3 @@ jobs: id: paketo-buildpacks/syft token: ${{ secrets.JAVA_GITHUB_TOKEN }} version: ${{ steps.version.outputs.version }} - diff --git a/.github/workflows/minimal-labels.yml b/.github/workflows/minimal-labels.yml index ad9820f..1bb1fd6 100644 --- a/.github/workflows/minimal-labels.yml +++ b/.github/workflows/minimal-labels.yml @@ -27,4 +27,3 @@ jobs: count: 1 labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task mode: exactly - diff --git a/.github/workflows/synchronize-labels.yml b/.github/workflows/synchronize-labels.yml index 6d03d76..ce69fdf 100644 --- a/.github/workflows/synchronize-labels.yml +++ b/.github/workflows/synchronize-labels.yml @@ -15,4 +15,3 @@ jobs: - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.JAVA_GITHUB_TOKEN }} - diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57d55db..8fd9a8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -168,4 +168,3 @@ jobs: richgo test ./... env: RICHGO_FORCE_COLOR: "1" - diff --git a/.github/workflows/update-draft-release.yml b/.github/workflows/update-draft-release.yml index 8ae8639..84cc027 100644 --- a/.github/workflows/update-draft-release.yml +++ b/.github/workflows/update-draft-release.yml @@ -189,4 +189,3 @@ jobs: RELEASE_ID: ${{ steps.release-drafter.outputs.id }} RELEASE_NAME: ${{ steps.release-drafter.outputs.name }} RELEASE_TAG_NAME: ${{ steps.release-drafter.outputs.tag_name }} - diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index 4ad78b2..0f5f54f 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -82,4 +82,3 @@ jobs: signoff: true title: Bump pipeline from ${{ steps.pipeline.outputs.old-version }} to ${{ steps.pipeline.outputs.new-version }} token: ${{ secrets.JAVA_GITHUB_TOKEN }} -