We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee4244d + 2e54b66 commit c46bbf2Copy full SHA for c46bbf2
2 files changed
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: windows-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v5
.github/workflows/Release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
with:
fetch-depth: 0
0 commit comments