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 799745e commit 0c30a5eCopy full SHA for 0c30a5e
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
55
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
56
- name: Checkout
57
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v5.0.0
58
with:
59
fetch-depth: 0
60
- name: Setup .NET SDK
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
17
18
19
20
0 commit comments