From c37cb64591831d612a5212ad4e4be0e03605963b Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 10 Mar 2022 16:19:23 +0000 Subject: [PATCH] Bump pipeline from 1.20.0 to 1.20.0 Bumps pipeline from 1.20.0 to 1.20.0. Signed-off-by: GitHub --- .github/workflows/create-package.yml | 2 +- .github/workflows/synchronize-labels.yml | 2 +- .github/workflows/tests.yml | 4 ++-- .github/workflows/update-draft-release.yml | 2 +- .github/workflows/update-google-stackdriver-debugger-java.yml | 2 +- .../workflows/update-google-stackdriver-debugger-nodejs.yml | 2 +- .github/workflows/update-google-stackdriver-profiler-java.yml | 2 +- .../workflows/update-google-stackdriver-profiler-nodejs.yml | 2 +- .github/workflows/update-pipeline.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index 63a833d..42ea959 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -75,7 +75,7 @@ jobs: mkdir -p "${HOME}"/.pack echo "experimental = true" >> "${HOME}"/.pack/config.toml - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - if: ${{ false }} uses: actions/cache@v2 with: diff --git a/.github/workflows/synchronize-labels.yml b/.github/workflows/synchronize-labels.yml index ce69fdf..86241f8 100644 --- a/.github/workflows/synchronize-labels.yml +++ b/.github/workflows/synchronize-labels.yml @@ -11,7 +11,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - 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 fea520a..2bd4e16 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: mkdir -p "${HOME}"/.pack echo "experimental = true" >> "${HOME}"/.pack/config.toml - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2 with: key: ${{ runner.os }}-go-${{ hashFiles('**/buildpack.toml', '**/package.toml') }} @@ -144,7 +144,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2 with: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/update-draft-release.yml b/.github/workflows/update-draft-release.yml index 84cc027..7cbec42 100644 --- a/.github/workflows/update-draft-release.yml +++ b/.github/workflows/update-draft-release.yml @@ -34,7 +34,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update draft release with buildpack information run: | #!/usr/bin/env bash diff --git a/.github/workflows/update-google-stackdriver-debugger-java.yml b/.github/workflows/update-google-stackdriver-debugger-java.yml index 640430b..a2eb2dc 100644 --- a/.github/workflows/update-google-stackdriver-debugger-java.yml +++ b/.github/workflows/update-google-stackdriver-debugger-java.yml @@ -40,7 +40,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - id: dependency uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main with: diff --git a/.github/workflows/update-google-stackdriver-debugger-nodejs.yml b/.github/workflows/update-google-stackdriver-debugger-nodejs.yml index d15fb01..6d4e863 100644 --- a/.github/workflows/update-google-stackdriver-debugger-nodejs.yml +++ b/.github/workflows/update-google-stackdriver-debugger-nodejs.yml @@ -40,7 +40,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - id: dependency uses: docker://ghcr.io/paketo-buildpacks/actions/npm-dependency:main with: diff --git a/.github/workflows/update-google-stackdriver-profiler-java.yml b/.github/workflows/update-google-stackdriver-profiler-java.yml index 3df85bb..29263df 100644 --- a/.github/workflows/update-google-stackdriver-profiler-java.yml +++ b/.github/workflows/update-google-stackdriver-profiler-java.yml @@ -40,7 +40,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - id: dependency uses: docker://ghcr.io/paketo-buildpacks/actions/google-stackdriver-profiler-dependency:main - name: Update Buildpack Dependency diff --git a/.github/workflows/update-google-stackdriver-profiler-nodejs.yml b/.github/workflows/update-google-stackdriver-profiler-nodejs.yml index ed1ba74..e050a3d 100644 --- a/.github/workflows/update-google-stackdriver-profiler-nodejs.yml +++ b/.github/workflows/update-google-stackdriver-profiler-nodejs.yml @@ -40,7 +40,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - id: dependency uses: docker://ghcr.io/paketo-buildpacks/actions/npm-dependency:main with: diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index d6da2f4..9468b6f 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -24,7 +24,7 @@ jobs: set -euo pipefail GO111MODULE=on go get -u -ldflags="-s -w" github.com/paketo-buildpacks/pipeline-builder/cmd/octo - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Pipeline id: pipeline run: |