File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 include :
21- - os : windows-2022
21+ - os : windows-latest
2222 name : Windows
23- - os : ubuntu-22.04
23+ - os : ubuntu-latest
2424 name : Linux
2525 fail-fast : false
2626 steps :
4848 path : nugets/
4949 retention-days : 7
5050 - name : Install SQL Server
51- uses : Particular/install-sql-server-action@v1.1 .0
51+ uses : Particular/install-sql-server-action@v1.3 .0
5252 with :
5353 connection-string-env-var : SqlServerTransportConnectionString
5454 catalog : nservicebus
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ defaults:
1111 shell : pwsh
1212jobs :
1313 release :
14- runs-on : ubuntu-22.04
14+ runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v4.2.2
You can’t perform that action at this time.
0 commit comments