File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 # Checkout the source code
3131 steps :
3232 - name : " Checkout source"
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434
3535 # Install the .NET SDK indicated in the global.json file
3636 - name : Setup .NET SDK with global.json
37- uses : actions/setup-dotnet@v3
37+ uses : actions/setup-dotnet@v4
3838 with :
3939 global-json-file : global.json
4040
@@ -64,11 +64,11 @@ jobs:
6464 runs-on : ubuntu-latest
6565 steps :
6666 - name : " Checkout source"
67- uses : actions/checkout@v3
67+ uses : actions/checkout@v4
6868
6969 # Install the .NET SDK indicated in the global.json file
7070 - name : Setup .NET SDK with global.json
71- uses : actions/setup-dotnet@v3
71+ uses : actions/setup-dotnet@v4
7272 with :
7373 global-json-file : global.json
7474
9999
100100 # Install the .NET SDK indicated in the global.json file
101101 - name : Setup .NET SDK with global.json
102- uses : actions/setup-dotnet@v3
102+ uses : actions/setup-dotnet@v4
103103 with :
104104 global-json-file : global.json
105105
You can’t perform that action at this time.
0 commit comments