diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebb8fb7..60da767 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'true'