diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 867bda9..53fa440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: go-version: ${{ matrix.go_version }} - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Test run: go test -v ./...