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 7c3a521 commit f2d7b02Copy full SHA for f2d7b02
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
create_nuget:
24
runs-on: ubuntu-20.04
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
with:
28
fetch-depth: 0 # Get all the history so MinGit can compute the version
29
- name: Setup .NET Core (latest)
@@ -65,7 +65,7 @@ jobs:
65
GITLAB_OMNIBUS_CONFIG: "external_url 'http://localhost:48624/'"
66
GITLAB_ROOT_PASSWORD: "Pa$$w0rd"
67
68
69
70
uses: actions/setup-dotnet@v3
71
- run: |
0 commit comments