Skip to content

Commit

Permalink
Updated Retype GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Oct 19, 2024
1 parent ad2ace3 commit 519a197
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 @@ -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:
Expand Down

0 comments on commit 519a197

Please sign in to comment.