Skip to content

Commit

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

Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
nebhale committed Nov 11, 2020
1 parent fb81b17 commit cd8b39f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.7.0
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
"https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \
| tar -C "${HOME}"/bin -xz pack
env:
PACK_VERSION: 0.14.2
PACK_VERSION: 0.15.0
- uses: actions/checkout@v2
- if: ${{ false }}
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
"https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \
| tar -C "${HOME}"/bin -xz pack
env:
PACK_VERSION: 0.14.2
PACK_VERSION: 0.15.0
- uses: actions/setup-go@v2
with:
go-version: "1.15"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/update-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Update Pipeline
"on":
push:
branches:
- main
paths:
- .github/pipeline-descriptor.yml
schedule:
- cron: 0 5 * * 1-5
workflow_dispatch: {}
Expand Down

0 comments on commit cd8b39f

Please sign in to comment.