diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 347d6019..73c22483 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: ) steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} submodules: recursive