From 519a19784ad2214ec3fd047d70bfbbc74698ce1f Mon Sep 17 00:00:00 2001 From: Chris Hocking Date: Sat, 19 Oct 2024 11:56:39 +1100 Subject: [PATCH] Updated Retype GitHub Action --- .github/workflows/retype-action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml index e611cf2..35a8e26 100644 --- a/.github/workflows/retype-action.yml +++ b/.github/workflows/retype-action.yml @@ -15,7 +15,11 @@ jobs: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.7 + + - uses: actions/setup-dotnet@v1 + with: + dotnet-version: 7.0.x - uses: retypeapp/action-build@latest with: