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 4e4b46d commit 34b182aCopy full SHA for 34b182a
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: windows-latest
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v5.0.0
21
with:
22
fetch-depth: 0
23
- name: Setup .NET SDK
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
25
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
26
27
28
29
30
0 commit comments