Skip to content

Commit 7190e1a

Browse files
authored
Update retype-action.yml
1 parent 72fd2f8 commit 7190e1a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/retype-action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
19+
20+
- uses: actions/setup-dotnet@v1
21+
with:
22+
dotnet-version: 7.0.x
1923

2024
- uses: retypeapp/action-build@latest
2125

2226
- uses: retypeapp/action-github-pages@latest
2327
with:
24-
update-branch: true
28+
update-branch: true

0 commit comments

Comments
 (0)