diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3d4e788..fe8ad63 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: go-version: stable - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install make (Windows) if: runner.os == 'Windows'