We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e47e856 + ba91bfb commit f44c42dCopy full SHA for f44c42d
2 files changed
.github/workflows/dotnet.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
with:
18
fetch-depth: 0
19
fetch-tags: true
@@ -51,7 +51,7 @@ jobs:
51
contents: read
52
pull-requests: write
53
54
55
56
- name: Setup .NET
57
uses: actions/setup-dotnet@v5
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
MAX_CHANGELOG_CHARS: "50000"
20
21
22
23
24
0 commit comments