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: | 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 },