diff --git a/.github/pipeline-version b/.github/pipeline-version index 815d5ca..3989355 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 719906f..7c8a8e9 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 0a82f2a..8f93206 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.PAKETO_BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efa5872..c3aa6a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,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-cargo.yml b/.github/workflows/update-cargo.yml index ad9fbd4..a1d4e54 100644 --- a/.github/workflows/update-cargo.yml +++ b/.github/workflows/update-cargo.yml @@ -1,7 +1,7 @@ name: Update cargo "on": schedule: - - cron: 0 12-23 * * 1-5 + - cron: 0 4 * * 4-5 workflow_dispatch: {} jobs: update: @@ -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 d38976d..96e87c3 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-pipeline.yml b/.github/workflows/update-pipeline.yml index c101366..dda9c2e 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 674b510..20635ff 100644 --- a/.github/workflows/update-procfile.yml +++ b/.github/workflows/update-procfile.yml @@ -1,7 +1,7 @@ name: Update procfile "on": schedule: - - cron: 0 12-23 * * 1-5 + - cron: 0 4 * * 4-5 workflow_dispatch: {} jobs: update: @@ -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-rust-dist.yml b/.github/workflows/update-rust-dist.yml index 7e607da..4ab15f6 100644 --- a/.github/workflows/update-rust-dist.yml +++ b/.github/workflows/update-rust-dist.yml @@ -1,7 +1,7 @@ name: Update rust-dist "on": schedule: - - cron: 0 12-23 * * 1-5 + - cron: 0 4 * * 4-5 workflow_dispatch: {} jobs: update: @@ -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-rustup.yml b/.github/workflows/update-rustup.yml index fae519e..aed8144 100644 --- a/.github/workflows/update-rustup.yml +++ b/.github/workflows/update-rustup.yml @@ -1,7 +1,7 @@ name: Update rustup "on": schedule: - - cron: 0 12-23 * * 1-5 + - cron: 0 4 * * 4-5 workflow_dispatch: {} jobs: update: @@ -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: |