diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 989315b..5b8d57d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: with: go-version: ${{ matrix.go }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Tidy run: |