We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32043d7 + 2d4e9a2 commit ac85c83Copy full SHA for ac85c83
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: windows-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v4
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
24
25
with:
26
fetch-depth: 0
27
0 commit comments