File tree Expand file tree Collapse file tree 7 files changed +14
-7
lines changed
Expand file tree Collapse file tree 7 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v6
2727 - name : Setup Pages
28- uses : actions/configure-pages@v3
28+ uses : actions/configure-pages@v5
2929 - name : Build with Jekyll
3030 uses : actions/jekyll-build-pages@v1
3131 with :
3232 source : ./
3333 destination : ./_site
3434 - name : Upload artifact
35- uses : actions/upload-pages-artifact@v1
35+ uses : actions/upload-pages-artifact@v4
3636
3737 # Deployment job
3838 deploy :
4444 steps :
4545 - name : Deploy to GitHub Pages
4646 id : deployment
47- uses : actions/deploy-pages@v1
47+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 66
77jobs :
88 build-validation :
9- uses : abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.11.1
9+ uses : abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.12.0
Original file line number Diff line number Diff line change 55
66jobs :
77 pre-release :
8- uses : abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.11.1
8+ uses : abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.12.0
99 with :
1010 module-name : PsSqlClient
1111 secrets :
Original file line number Diff line number Diff line change 55
66jobs :
77 release :
8- uses : abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.11.1
8+ uses : abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.12.0
99 with :
1010 module-name : PsSqlClient
1111 secrets :
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.3.1] - 2025-12-18
11+
12+ ### Changed
13+
14+ - Updated Azure.Core to 1.45.0 for compatibility with Az v14.
15+
1016## [ 2.3.0] - 2025-12-11
1117
1218### Changed
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10+ <PackageReference Include =" Azure.Core" Version =" 1.45.0" />
1011 <PackageReference Include =" Azure.Identity" Version =" 1.13.0" />
1112 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.2.3" />
1213 <PackageReference Include =" System.Management.Automation" Version =" 7.4.0" />
You can’t perform that action at this time.
0 commit comments