From a5a7cda83efefdc8a88078c80ec55eca4135c471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 05:51:09 +0000 Subject: [PATCH] Bump actions/checkout from v2.3.1 to v2.3.2 Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf) Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b52bc86..39478b8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 - name: Build and push Docker images uses: docker/build-push-action@v1.1.0 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 193e192..11b38eb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: go-version: 1.14.x - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 - name: Cache go module uses: actions/cache@v2