From 0c5d93b59d0aff468389bca4ffc31e279fff414e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:29:17 +0100 Subject: [PATCH] Bump actions/setup-dotnet from 2 to 4 (#11) * Bump actions/setup-dotnet from 2 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * hopefully fix failing test * Update main.yml * Update GlennLibTests.csproj * Update main.yml * Update GlennGUI.Mac.csproj * Update Info.plist * Update GlennGUI.Mac.csproj --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miepee <38186597+Miepee@users.noreply.github.com> --- .github/workflows/main.yml | 14 +++++++------- GlennGUI/GlennGUI.Mac/GlennGUI.Mac.csproj | 6 +++--- GlennGUI/GlennGUI.Mac/Info.plist | 4 ++-- GlennLibTests/GlennLibTests.csproj | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index befd2e3..b4dc4af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,9 +31,9 @@ jobs: with: submodules: true - name: Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.x.x - name: Restore dependencies working-directory: ./GlennCLI run: dotnet restore @@ -80,9 +80,9 @@ jobs: with: submodules: true - name: Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.x.x - name: Install Mac workload run: dotnet workload install macos - name: Restore dependencies @@ -111,11 +111,11 @@ jobs: with: submodules: true - name: Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.x.x - name: Install Mac workload - run: dotnet workload install macos + run: dotnet workload install macos && dotnet workload restore - name: Restore dependencies working-directory: ./GlennLibTests/ run: dotnet restore diff --git a/GlennGUI/GlennGUI.Mac/GlennGUI.Mac.csproj b/GlennGUI/GlennGUI.Mac/GlennGUI.Mac.csproj index 47db36a..f3d16da 100644 --- a/GlennGUI/GlennGUI.Mac/GlennGUI.Mac.csproj +++ b/GlennGUI/GlennGUI.Mac/GlennGUI.Mac.csproj @@ -2,10 +2,10 @@ Exe - net6.0-macos + net8.0-macos LatestMajor osx-x64;osx-arm64 - 10.14 + 10.15 osx-x64;osx-arm64 @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/GlennGUI/GlennGUI.Mac/Info.plist b/GlennGUI/GlennGUI.Mac/Info.plist index d859549..3491926 100644 --- a/GlennGUI/GlennGUI.Mac/Info.plist +++ b/GlennGUI/GlennGUI.Mac/Info.plist @@ -9,7 +9,7 @@ CFBundleShortVersionString 1.0 LSMinimumSystemVersion - 10.14 + 10.15 CFBundleDevelopmentRegion en NSHumanReadableCopyright @@ -17,4 +17,4 @@ CFBundleIconFile Icon.icns - \ No newline at end of file + diff --git a/GlennLibTests/GlennLibTests.csproj b/GlennLibTests/GlennLibTests.csproj index 7ba5daf..e0ecaf5 100644 --- a/GlennLibTests/GlennLibTests.csproj +++ b/GlennLibTests/GlennLibTests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 LatestMajor enable enable