Skip to content

Commit

Permalink
chore: Fix Retype Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Dec 15, 2024
1 parent df172f8 commit daa441c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x

- uses: retypeapp/action-build@latest
with:
Expand Down

0 comments on commit daa441c

Please sign in to comment.