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 782faa5 commit 0a412d4Copy full SHA for 0a412d4
β.github/workflows/ci.ymlβ
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: π Checkout code
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
with:
31
fetch-depth: 0 # Fetch full history for better analysis
32
@@ -207,7 +207,7 @@ jobs:
207
208
209
210
211
212
- name: ποΈ Setup .NET
213
uses: actions/setup-dotnet@v4
@@ -233,7 +233,7 @@ jobs:
233
234
235
236
237
238
- name: π³ Set up Docker Buildx
239
uses: docker/setup-buildx-action@v3
0 commit comments