Skip to content

Commit

Permalink
Merge pull request #540 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.19.0 to 1.20.0
  • Loading branch information
Daniel Mikusa authored Mar 10, 2022
2 parents 746dbc1 + dbda32f commit a7f8844
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
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
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synchronize-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-apache-tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-azure-application-insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-bellsoft-liberica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ca-certificates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-clojure-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dist-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-encrypt-at-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-environment-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-executable-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-google-stackdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-image-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jattach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-java-memory-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-leiningen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-procfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-spring-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-watchexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a7f8844

Please sign in to comment.