Skip to content

Commit

Permalink
Bump actions/setup-go from v2.1.2 to v2.1.3 (#253)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.2...37335c7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 9, 2020
1 parent d82206b commit 878ee8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- name: Set up Go version ${{ matrix.go-version }}
if: matrix.go-version != 'tip'
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2.1.3
with:
go-version: ${{ matrix.go-version }}

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
steps:
- name: Set up Go version ${{ matrix.go-version }}
if: matrix.go-version != 'tip'
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2.1.3
with:
go-version: ${{ matrix.go-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: Set up Go version ${{ matrix.go-version }}
if: matrix.go-version != 'tip'
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2.1.3
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 878ee8b

Please sign in to comment.