diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index ea447f08..0388496b 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@v3 + - uses: actions/checkout@v2 - if: ${{ false }} uses: actions/cache@v2 with: diff --git a/.github/workflows/synchronize-labels.yml b/.github/workflows/synchronize-labels.yml index 86241f88..ce69fdf8 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@v3 + - uses: actions/checkout@v2 - 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 1a755bc9..bf4827c3 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@v3 + - uses: actions/checkout@v2 - 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 2474ac27..40d9d679 100644 --- a/.github/workflows/update-apache-tomcat.yml +++ b/.github/workflows/update-apache-tomcat.yml @@ -1,7 +1,7 @@ name: Update apache-tomcat "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - 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 61523335..fd3773a0 100644 --- a/.github/workflows/update-azure-application-insights.yml +++ b/.github/workflows/update-azure-application-insights.yml @@ -1,7 +1,7 @@ name: Update azure-application-insights "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-ca-certificates.yml b/.github/workflows/update-ca-certificates.yml index 217aa35a..097c2775 100644 --- a/.github/workflows/update-ca-certificates.yml +++ b/.github/workflows/update-ca-certificates.yml @@ -1,7 +1,7 @@ name: Update ca-certificates "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-clojure-tools.yml b/.github/workflows/update-clojure-tools.yml index 1bf2b377..b4749d6e 100644 --- a/.github/workflows/update-clojure-tools.yml +++ b/.github/workflows/update-clojure-tools.yml @@ -1,7 +1,7 @@ name: Update clojure-tools "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-dist-zip.yml b/.github/workflows/update-dist-zip.yml index ac42e0e8..5eb1db09 100644 --- a/.github/workflows/update-dist-zip.yml +++ b/.github/workflows/update-dist-zip.yml @@ -1,7 +1,7 @@ name: Update dist-zip "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-draft-release.yml b/.github/workflows/update-draft-release.yml index bb1bba40..907516f1 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@v3 + - uses: actions/checkout@v2 - 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 0f17a598..bc26564a 100644 --- a/.github/workflows/update-encrypt-at-rest.yml +++ b/.github/workflows/update-encrypt-at-rest.yml @@ -1,7 +1,7 @@ name: Update encrypt-at-rest "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-environment-variables.yml b/.github/workflows/update-environment-variables.yml index 894f051d..8362ad14 100644 --- a/.github/workflows/update-environment-variables.yml +++ b/.github/workflows/update-environment-variables.yml @@ -1,7 +1,7 @@ name: Update environment-variables "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-executable-jar.yml b/.github/workflows/update-executable-jar.yml index f8c5fd03..91dd531a 100644 --- a/.github/workflows/update-executable-jar.yml +++ b/.github/workflows/update-executable-jar.yml @@ -1,7 +1,7 @@ name: Update executable-jar "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-gradle.yml b/.github/workflows/update-gradle.yml index 39210f96..8d841022 100644 --- a/.github/workflows/update-gradle.yml +++ b/.github/workflows/update-gradle.yml @@ -1,7 +1,7 @@ name: Update gradle "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-image-labels.yml b/.github/workflows/update-image-labels.yml index 668601d9..f381cdd8 100644 --- a/.github/workflows/update-image-labels.yml +++ b/.github/workflows/update-image-labels.yml @@ -1,7 +1,7 @@ name: Update image-labels "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-jattach.yml b/.github/workflows/update-jattach.yml index 022c70b3..ff702759 100644 --- a/.github/workflows/update-jattach.yml +++ b/.github/workflows/update-jattach.yml @@ -1,7 +1,7 @@ name: Update jattach "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - 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 2c21eeb8..e7aa6846 100644 --- a/.github/workflows/update-java-memory-assistant.yml +++ b/.github/workflows/update-java-memory-assistant.yml @@ -1,7 +1,7 @@ name: Update java-memory-assistant "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-leiningen.yml b/.github/workflows/update-leiningen.yml index 023a278a..1cd0a2cc 100644 --- a/.github/workflows/update-leiningen.yml +++ b/.github/workflows/update-leiningen.yml @@ -1,7 +1,7 @@ name: Update leiningen "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-maven.yml b/.github/workflows/update-maven.yml index 41f5b7ea..3fef3203 100644 --- a/.github/workflows/update-maven.yml +++ b/.github/workflows/update-maven.yml @@ -1,7 +1,7 @@ name: Update maven "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-microsoft-openjdk.yml b/.github/workflows/update-microsoft-openjdk.yml index 1082c5a8..cba5d56b 100644 --- a/.github/workflows/update-microsoft-openjdk.yml +++ b/.github/workflows/update-microsoft-openjdk.yml @@ -1,7 +1,7 @@ name: Update microsoft-openjdk "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index 9468b6f3..d6da2f45 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@v3 + - uses: actions/checkout@v2 - name: Update Pipeline id: pipeline run: | diff --git a/.github/workflows/update-procfile.yml b/.github/workflows/update-procfile.yml index 1ee563ae..db36fc45 100644 --- a/.github/workflows/update-procfile.yml +++ b/.github/workflows/update-procfile.yml @@ -1,7 +1,7 @@ name: Update procfile "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-sbt.yml b/.github/workflows/update-sbt.yml index 2328d833..aa24e690 100644 --- a/.github/workflows/update-sbt.yml +++ b/.github/workflows/update-sbt.yml @@ -1,7 +1,7 @@ name: Update sbt "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-spring-boot.yml b/.github/workflows/update-spring-boot.yml index 3ed9ef4f..00574643 100644 --- a/.github/workflows/update-spring-boot.yml +++ b/.github/workflows/update-spring-boot.yml @@ -1,7 +1,7 @@ name: Update spring-boot "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-syft.yml b/.github/workflows/update-syft.yml index d44a95d3..301ecfc5 100644 --- a/.github/workflows/update-syft.yml +++ b/.github/workflows/update-syft.yml @@ -1,7 +1,7 @@ name: Update syft "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: | diff --git a/.github/workflows/update-watchexec.yml b/.github/workflows/update-watchexec.yml index 4309fa39..02c9b474 100644 --- a/.github/workflows/update-watchexec.yml +++ b/.github/workflows/update-watchexec.yml @@ -1,7 +1,7 @@ name: Update watchexec "on": schedule: - - cron: 0 4 * * 4-5 + - cron: 0 12-23 * * 1-5 workflow_dispatch: {} jobs: update: @@ -66,7 +66,7 @@ jobs: chmod +x "${HOME}"/bin/yj env: YJ_VERSION: 5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Update Package Dependency id: package run: |