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 48a0ca3 commit 3d4bd17Copy full SHA for 3d4bd17
3 files changed
.github/workflows/auto-release.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
# Checkout required for GitHub CLI to work
19
- name: Checkout
20
- uses: actions/checkout@v6.0.0
+ uses: actions/checkout@v6.0.1
21
with:
22
# Need history for git diff to work
23
fetch-depth: 0
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
27
28
29
30
31
- name: Setup .NET SDK
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
0 commit comments