diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index d485e61..8f2d4fc 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -19,7 +19,7 @@ jobs: go-version: [ '1.24' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v5 with: