Skip to content

Commit

Permalink
Use nbgv 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed Oct 1, 2023
1 parent e66d12a commit 58b3436
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: .NET Build & Test

on:
- push
- pull_request
- workflow_call
- workflow_dispatch
push:
pull_request:
workflow_call:
workflow_dispatch:

jobs:
build:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: 6.0.x

- uses: dotnet/nbgv@main
- uses: dotnet/nbgv@v0.4.1
id: nbgv

- name: Restore dependencies
Expand Down

0 comments on commit 58b3436

Please sign in to comment.