From 35b5520a644ef1da54fff80e53011c039fb32786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:10:59 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.1. - [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.4...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 50da1f9..605d3d7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.0.1 with: fetch-depth: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ded7aa5..fdd97e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: arch: [amd64, "386"] name: release ${{ matrix.os }}/${{ matrix.arch }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 1 - name: download upload_url artifact for release