Skip to content

Commit

Permalink
Updating github-config
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Aug 26, 2021
1 parent d0eb6af commit 5272638
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.17.x
- name: Checkout
Expand All @@ -30,7 +30,7 @@ jobs:
needs: unit
steps:
- name: Setup Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.17.x
- name: Checkout
Expand All @@ -47,7 +47,7 @@ jobs:
needs: integration
steps:
- name: Setup Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.17.x
- name: Checkout
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/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.17.x

Expand All @@ -27,7 +27,7 @@ jobs:
needs: unit
steps:
- name: Setup Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.17.x

Expand Down

0 comments on commit 5272638

Please sign in to comment.