diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 86a258f..6a0be8e 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@v2.3.5 with: fetch-depth: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ded7aa5..5c01605 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@v2.3.5 with: fetch-depth: 1 - name: download upload_url artifact for release