File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
Original file line number Diff line number Diff line change 29
29
with :
30
30
fetch-depth : 0
31
31
- name : Setup Dotnet
32
- uses : actions/setup-dotnet@v3
32
+ uses : actions/setup-dotnet@v4
33
33
with :
34
34
dotnet-version : 8.0.x
35
35
- run : dotnet --info
Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
Original file line number Diff line number Diff line change 33
33
- name : Log into GitHub Container Registry
34
34
run : echo "${{secrets.GITHUB_TOKEN}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
35
35
- name : Setup Dotnet
36
- uses : actions/setup-dotnet@v3
36
+ uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
39
- name : Print Env
You can’t perform that action at this time.
0 commit comments