Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pipeline from 1.19.0 to 1.20.0 #165

Merged
merged 1 commit into from
Mar 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.0
1.20.0
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/synchronize-labels.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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') }}
4 changes: 2 additions & 2 deletions .github/workflows/update-cargo.yml
Original file line number Diff line number Diff line change
@@ -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: |
2 changes: 1 addition & 1 deletion .github/workflows/update-draft-release.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/update-pipeline.yml
Original file line number Diff line number Diff line change
@@ -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: |
4 changes: 2 additions & 2 deletions .github/workflows/update-procfile.yml
Original file line number Diff line number Diff line change
@@ -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: |
4 changes: 2 additions & 2 deletions .github/workflows/update-rust-dist.yml
Original file line number Diff line number Diff line change
@@ -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: |
4 changes: 2 additions & 2 deletions .github/workflows/update-rustup.yml
Original file line number Diff line number Diff line change
@@ -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: |