diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e74462d..6c1b4d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run tests run: go test