Skip to content

Commit

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

Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
paketo-bot authored Jan 31, 2023
1 parent 0e7a9b9 commit 080bf8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.0
1.30.0
4 changes: 2 additions & 2 deletions .github/workflows/pb-minimal-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v2
- uses: mheap/github-action-required-labels@v3
with:
count: 1
labels: semver:major, semver:minor, semver:patch
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v2
- uses: mheap/github-action-required-labels@v3
with:
count: 1
labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pb-update-go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Go
"on":
schedule:
- cron: 14 2 * * 1
- cron: 3 2 * * 1
workflow_dispatch: {}
jobs:
update:
Expand Down

0 comments on commit 080bf8f

Please sign in to comment.