diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index cd6c3acf15..83a60f270c 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -33,7 +33,7 @@ jobs: steps: - name: "Checkout sources" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }} submodules: true