From 83b483ba99092ea8de374ff81574f2ab52995a8b Mon Sep 17 00:00:00 2001 From: "Joseph L. Casale" <9957114+jcasale@users.noreply.github.com> Date: Fri, 23 Jan 2026 02:04:16 -0700 Subject: [PATCH 1/2] Updates workflow. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 278efd9..298ffa4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: run: wix.exe msi validate ps-data-protection.msi - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ps-data-protection path: | From 03407cc752f1c40409a9b9b2ed6a647b8b4d009e Mon Sep 17 00:00:00 2001 From: "Joseph L. Casale" <9957114+jcasale@users.noreply.github.com> Date: Fri, 23 Jan 2026 02:05:57 -0700 Subject: [PATCH 2/2] Updates dependencies. --- src/Directory.Packages.props | 4 ++-- src/global.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 97c330e..ac13fd7 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -5,9 +5,9 @@ $(NoWarn);NU1507 - + - + \ No newline at end of file diff --git a/src/global.json b/src/global.json index 3b820cf..bc2d4d4 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ -{ +{ "sdk": { - "version": "10.0.100", + "version": "10.0.102", "rollForward": "latestFeature", "allowPrerelease": true },