diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 2245850..114a5f7 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive @@ -36,7 +36,7 @@ jobs: go-version: ["1.21", "1.22"] steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive