diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58a6461..3991736 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: matrix: go: ['1.18.3'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: { fetch-depth: 1 } # - uses: actions/setup-go@v2 # with: