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 84ae05c commit 04a46ffCopy full SHA for 04a46ff
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
30
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
31
- name: Checkout
32
- uses: actions/checkout@v4.3.0
+ uses: actions/checkout@v5.0.0
33
with:
34
fetch-depth: 0
35
- 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