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.
1 parent dce85cd commit cabc616Copy full SHA for cabc616
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@v6.0.0
+ uses: actions/checkout@v6.0.1
29
with:
30
fetch-depth: 0
31
- name: Setup .NET SDK
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
19
20
0 commit comments