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 1834cfd commit 1fd27b9Copy full SHA for 1fd27b9
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Check out repository
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: Set up .NET
19
uses: actions/setup-dotnet@v4
@@ -45,7 +45,7 @@ jobs:
45
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
46
47
48
49
50
51
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Check out
27
28
29
30
0 commit comments