Skip to content

Commit

Permalink
Bump pipeline from 1.19.0 to 1.19.0
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.19.0 to 1.19.0.

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
paketo-bot authored Mar 7, 2022
1 parent 752be4b commit 5a8dbd3
Show file tree
Hide file tree
Showing 25 changed files with 45 additions and 45 deletions.
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@v3
- uses: actions/checkout@v2
- 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@v3
- uses: actions/checkout@v2
- 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@v3
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-go-${{ hashFiles('**/buildpack.toml', '**/package.toml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-apache-tomcat.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-azure-application-insights.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-ca-certificates.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-clojure-tools.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dist-zip.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
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@v3
- uses: actions/checkout@v2
- name: Update draft release with buildpack information
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-encrypt-at-rest.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-environment-variables.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-executable-jar.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-gradle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update gradle
"on":
schedule:
- cron: 0 4 * * 4-5
- cron: 0 12-23 * * 1-5
workflow_dispatch: {}
jobs:
update:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-image-labels.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-jattach.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update jattach
"on":
schedule:
- cron: 0 4 * * 4-5
- cron: 0 12-23 * * 1-5
workflow_dispatch: {}
jobs:
update:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-java-memory-assistant.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-leiningen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update leiningen
"on":
schedule:
- cron: 0 4 * * 4-5
- cron: 0 12-23 * * 1-5
workflow_dispatch: {}
jobs:
update:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-maven.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update maven
"on":
schedule:
- cron: 0 4 * * 4-5
- cron: 0 12-23 * * 1-5
workflow_dispatch: {}
jobs:
update:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-microsoft-openjdk.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
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@v3
- uses: actions/checkout@v2
- name: Update Pipeline
id: pipeline
run: |
Expand Down
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 4 * * 4-5
- cron: 0 12-23 * * 1-5
workflow_dispatch: {}
jobs:
update:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-sbt.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update sbt
"on":
schedule:
- cron: 0 4 * * 4-5
- cron: 0 12-23 * * 1-5
workflow_dispatch: {}
jobs:
update:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-spring-boot.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-syft.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update syft
"on":
schedule:
- cron: 0 4 * * 4-5
- cron: 0 12-23 * * 1-5
workflow_dispatch: {}
jobs:
update:
Expand Down Expand Up @@ -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: |
Expand Down
Loading

0 comments on commit 5a8dbd3

Please sign in to comment.