diff --git a/.github/pipeline-version b/.github/pipeline-version index 815d5ca0..39893559 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index c4e61b2b..6d99d89d 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 ce69fdf8..86241f88 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 bf4827c3..1a755bc9 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') }} diff --git a/.github/workflows/update-apache-tomcat.yml b/.github/workflows/update-apache-tomcat.yml index 6f474390..2474ac27 100644 --- a/.github/workflows/update-apache-tomcat.yml +++ b/.github/workflows/update-apache-tomcat.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-azure-application-insights.yml b/.github/workflows/update-azure-application-insights.yml index c928ebd9..61523335 100644 --- a/.github/workflows/update-azure-application-insights.yml +++ b/.github/workflows/update-azure-application-insights.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-bellsoft-liberica.yml b/.github/workflows/update-bellsoft-liberica.yml index 13d25b9c..68b0b5ae 100644 --- a/.github/workflows/update-bellsoft-liberica.yml +++ b/.github/workflows/update-bellsoft-liberica.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-ca-certificates.yml b/.github/workflows/update-ca-certificates.yml index 8700f07b..217aa35a 100644 --- a/.github/workflows/update-ca-certificates.yml +++ b/.github/workflows/update-ca-certificates.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-clojure-tools.yml b/.github/workflows/update-clojure-tools.yml index 69c55788..1bf2b377 100644 --- a/.github/workflows/update-clojure-tools.yml +++ b/.github/workflows/update-clojure-tools.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-dist-zip.yml b/.github/workflows/update-dist-zip.yml index 2ab12fd9..ac42e0e8 100644 --- a/.github/workflows/update-dist-zip.yml +++ b/.github/workflows/update-dist-zip.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-draft-release.yml b/.github/workflows/update-draft-release.yml index 907516f1..bb1bba40 100644 --- a/.github/workflows/update-draft-release.yml +++ b/.github/workflows/update-draft-release.yml @@ -60,7 +60,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-encrypt-at-rest.yml b/.github/workflows/update-encrypt-at-rest.yml index bceec669..0f17a598 100644 --- a/.github/workflows/update-encrypt-at-rest.yml +++ b/.github/workflows/update-encrypt-at-rest.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-environment-variables.yml b/.github/workflows/update-environment-variables.yml index dc7c0703..894f051d 100644 --- a/.github/workflows/update-environment-variables.yml +++ b/.github/workflows/update-environment-variables.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-executable-jar.yml b/.github/workflows/update-executable-jar.yml index 3187c909..f8c5fd03 100644 --- a/.github/workflows/update-executable-jar.yml +++ b/.github/workflows/update-executable-jar.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-google-stackdriver.yml b/.github/workflows/update-google-stackdriver.yml index 8b646f39..e1d22a8d 100644 --- a/.github/workflows/update-google-stackdriver.yml +++ b/.github/workflows/update-google-stackdriver.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-gradle.yml b/.github/workflows/update-gradle.yml index 30d6fd15..39210f96 100644 --- a/.github/workflows/update-gradle.yml +++ b/.github/workflows/update-gradle.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-image-labels.yml b/.github/workflows/update-image-labels.yml index 0e933899..668601d9 100644 --- a/.github/workflows/update-image-labels.yml +++ b/.github/workflows/update-image-labels.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-jattach.yml b/.github/workflows/update-jattach.yml index a61409d0..022c70b3 100644 --- a/.github/workflows/update-jattach.yml +++ b/.github/workflows/update-jattach.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-java-memory-assistant.yml b/.github/workflows/update-java-memory-assistant.yml index 01a0662c..2c21eeb8 100644 --- a/.github/workflows/update-java-memory-assistant.yml +++ b/.github/workflows/update-java-memory-assistant.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-leiningen.yml b/.github/workflows/update-leiningen.yml index 011c3b80..023a278a 100644 --- a/.github/workflows/update-leiningen.yml +++ b/.github/workflows/update-leiningen.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-maven.yml b/.github/workflows/update-maven.yml index 19a72bd4..41f5b7ea 100644 --- a/.github/workflows/update-maven.yml +++ b/.github/workflows/update-maven.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index d6da2f45..9468b6f3 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: | diff --git a/.github/workflows/update-procfile.yml b/.github/workflows/update-procfile.yml index 8ee8aa76..1ee563ae 100644 --- a/.github/workflows/update-procfile.yml +++ b/.github/workflows/update-procfile.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-sbt.yml b/.github/workflows/update-sbt.yml index 0e875001..2328d833 100644 --- a/.github/workflows/update-sbt.yml +++ b/.github/workflows/update-sbt.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-spring-boot.yml b/.github/workflows/update-spring-boot.yml index 7a9b8f40..3ed9ef4f 100644 --- a/.github/workflows/update-spring-boot.yml +++ b/.github/workflows/update-spring-boot.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-syft.yml b/.github/workflows/update-syft.yml index 2cecb320..d44a95d3 100644 --- a/.github/workflows/update-syft.yml +++ b/.github/workflows/update-syft.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-watchexec.yml b/.github/workflows/update-watchexec.yml index 2c1f3b48..4309fa39 100644 --- a/.github/workflows/update-watchexec.yml +++ b/.github/workflows/update-watchexec.yml @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Package Dependency id: package run: |