diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml index ba34ffb21..50d04cf8f 100644 --- a/.github/workflows/retype-action.yml +++ b/.github/workflows/retype-action.yml @@ -16,17 +16,11 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 7.0.x - - uses: retypeapp/action-build@multi + - uses: retypeapp/action-build@latest with: license: ${{ secrets.RETYPE_SECRET }} - uses: retypeapp/action-github-pages@latest with: - update-branch: true + update-branch: true \ No newline at end of file