We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a580ce commit 3e54288Copy full SHA for 3e54288
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Set up .NET
20
- uses: actions/setup-dotnet@v4.1.0
+ uses: actions/setup-dotnet@v4.2.0
21
with:
22
dotnet-version: 8.0.x
23
env:
.github/workflows/pr-check.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
15
16
0 commit comments