diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 201d005..278f949 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Go dependencies run: go mod download