diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 347d601..7252915 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@v5 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} submodules: recursive