From 4b18449dd8e9f02fd2d19cc518d7bda2c68b2671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:53:43 +0100 Subject: [PATCH 1/5] Bump actions/upload-artifact from 4.1.0 to 4.3.1 (#37) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.1.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e54b439..978a91e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: - name: Zip to Archive run: 7z a -tzip ${{ matrix.os }}.zip ./${{ matrix.ARTIFACT }} - name: Upload Artifacts - uses: actions/upload-artifact@v4.1.0 + uses: actions/upload-artifact@v4.3.1 with: name: ${{ matrix.os }} path: ${{ matrix.os }}.zip From 5eb64ebfbaebe94635242aa9c783832da7e52186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:53:51 +0100 Subject: [PATCH 2/5] Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#38) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- AtomicLibTests/AtomicLibTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtomicLibTests/AtomicLibTests.csproj b/AtomicLibTests/AtomicLibTests.csproj index e94c014..9a43c15 100644 --- a/AtomicLibTests/AtomicLibTests.csproj +++ b/AtomicLibTests/AtomicLibTests.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive From 3c77265ecb55bafc9768e1f5d73e09835e6736c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:54:01 +0100 Subject: [PATCH 3/5] Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 (#39) Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.7. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- AtomicLibTests/AtomicLibTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtomicLibTests/AtomicLibTests.csproj b/AtomicLibTests/AtomicLibTests.csproj index 9a43c15..49676f7 100644 --- a/AtomicLibTests/AtomicLibTests.csproj +++ b/AtomicLibTests/AtomicLibTests.csproj @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From f33f8bfd26c3fda49f33b41aa022c3a6f43c963b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:55:27 +0100 Subject: [PATCH 4/5] Bump xunit from 2.6.6 to 2.7.0 (#40) Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0. - [Commits](https://github.com/xunit/xunit/compare/2.6.6...2.7.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- AtomicLibTests/AtomicLibTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtomicLibTests/AtomicLibTests.csproj b/AtomicLibTests/AtomicLibTests.csproj index 49676f7..c15c109 100644 --- a/AtomicLibTests/AtomicLibTests.csproj +++ b/AtomicLibTests/AtomicLibTests.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From b3ed833e0dfad36f34fa043328acddda5bbace9e Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:58:07 +0100 Subject: [PATCH 5/5] maybe fix macos? --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 978a91e..0f6c74c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: working-directory: ./ run: dotnet workload install macos && dotnet workload restore - name: Switch XCode - run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app/Contents/Developer + run: sudo xcode-select -switch /Applications/Xcode_15.1.app/Contents/Developer if: matrix.os == 'macos-13' - name: Restore dependencies run: dotnet restore