diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce151dd..f077256 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download Go modules run: go mod download