diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e8a6d9e..b30c7901 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@v6 with: submodules: 'recursive' diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fc97801c..770a4b89 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@v6 with: submodules: 'true' clean: true