diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 686b6f5..1dffc1c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,6 +14,6 @@ jobs: go-version: 1.13 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Test run: make test