diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d76c496..a1f665a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,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 - name: Get dependencies run: go mod verify