diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 86a258f..5083418 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.0 with: fetch-depth: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ded7aa5..7649232 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.0 with: fetch-depth: 1 - name: download upload_url artifact for release