diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 197cf1a..5588a17 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -17,7 +17,7 @@ jobs: go-version: ['oldstable', 'stable'] steps: - name: Checkout repo - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: submodules: recursive