diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e8a6d9e..eb2d3a44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'recursive' diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fc97801c..360627b7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' clean: true