From af699a415179607e652142dcb13f282ba273acf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 01:07:31 +0000 Subject: [PATCH] ci: bump peaceiris/workflows from 0.15.0 to 0.16.0 Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/peaceiris/workflows/releases) - [Commits](https://github.com/peaceiris/workflows/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: peaceiris/workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2a7d80..7d4f849 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 # https://github.com/peaceiris/workflows/blob/main/setup-go/action.yml - - uses: peaceiris/workflows/setup-go@v0.15.0 + - uses: peaceiris/workflows/setup-go@v0.16.0 with: go-version: '${{ env.GO_VERSION }}' @@ -54,7 +54,7 @@ jobs: with: fetch-depth: 0 - - uses: peaceiris/workflows/setup-go@v0.15.0 + - uses: peaceiris/workflows/setup-go@v0.16.0 with: go-version: '${{ env.GO_VERSION }}'