Browse Source

chore(deps): update actions/setup-dotnet action to v3

tags/0.1.0
renovate[bot] GitHub 3 years ago
parent
commit
6e6ff57e3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/format.yml

+ 1
- 1
.github/workflows/format.yml View File

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x


Loading…
Cancel
Save