From 219f82600228393ddb0f097f9d88bc80c71b2621 Mon Sep 17 00:00:00 2001 From: Geoffrey McGill Date: Tue, 17 Sep 2024 18:02:16 -0600 Subject: [PATCH] Update to use @latest build action --- .github/workflows/retype-action.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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