diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0fbee46..4af698d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: - '1.26' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: setup-go name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v6