Skip to content

Commit

Permalink
Updates github-config (#341)
Browse files Browse the repository at this point in the history
* Updating github-config

* Updating github-config

* Updating github-config

* Updating github-config

* Updating github-config
  • Loading branch information
paketo-bot authored Feb 18, 2022
1 parent 259d5f4 commit 8278d01
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
- name: semver:patch
description: A change requiring a patch version bump
color: f9d0c4
- name: good first issue
description: A good first issue to get started with
color: d3fc03
7 changes: 4 additions & 3 deletions .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17.x
- name: Checkout
Expand All @@ -34,7 +34,7 @@ jobs:
needs: unit
steps:
- name: Setup Go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17.x
- name: Checkout
Expand All @@ -51,7 +51,7 @@ jobs:
needs: integration
steps:
- name: Setup Go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17.x
- name: Checkout
Expand All @@ -70,6 +70,7 @@ jobs:
with:
repo: ${{ github.repository }}
token: ${{ github.token }}
ref-name: ${{ github.ref_name }}
- name: Set Release Tag
id: tag
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17.x

Expand All @@ -27,7 +27,7 @@ jobs:
needs: unit
steps:
- name: Setup Go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-github-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update shared github-config

on:
schedule:
- cron: '0 */1 * * *'
- cron: '30 1 * * *'
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion scripts/.util/tools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"createpackage": "v1.58.0",
"jam": "v1.2.0",
"pack": "v0.23.0"
"pack": "v0.24.0"
}

0 comments on commit 8278d01

Please sign in to comment.