File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
1414 - name : Setup dotnet
15- uses : actions/setup-dotnet@v3
15+ uses : actions/setup-dotnet@v4
1616 with :
17- dotnet-version : ' 8 .x'
17+ dotnet-version : ' 9 .x'
1818
1919 - name : Check formatting
2020 working-directory : ./src
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - id : tag
2020 name : Determine tag
3232
3333 - if : ${{ fromJSON(steps.tag.outputs.create) }}
3434 name : Setup dotnet
35- uses : actions/setup-dotnet@v3
35+ uses : actions/setup-dotnet@v4
3636 with :
37- dotnet-version : ' 8 .x'
37+ dotnet-version : ' 9 .x'
3838
3939 - if : ${{ fromJSON(steps.tag.outputs.create) }}
4040 name : Pack
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - name : Install nats-server
2525 shell : bash
You can’t perform that action at this time.
0 commit comments