Skip to content

Commit d916c42

Browse files
authored
Merge pull request #32 from twcrews/dev
Update GitHub Actions.
2 parents 8478fa1 + ad92b2a commit d916c42

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
13+
- name: Setup dotnet
14+
uses: actions/setup-dotnet@v5
15+
with:
16+
dotnet-version: 9.0.x
1317
- name: Verify commit exists in origin/master
1418
run: |
1519
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*

0 commit comments

Comments
 (0)