diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b34774b..adb1507 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: go-version: 1.16.x - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 711be9f..7963c36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 1 - name: Set up Go diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index c186e10..36716be 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 1