From efaf4cf3bb8f0b4d0a9e5ccf82a9d13c29c881be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:25:51 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/CI.yml | 4 ++-- .github/workflows/Release.yml | 8 ++++---- FotoManagerLogic/FotoManagerLogic.csproj | 4 ++-- Tests/Tests.csproj | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c40c3b4..7762bf1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,9 +12,9 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: '6.0' - name: Install global tool ElectronNET.CLI diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 377112a..e37aeae 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -10,9 +10,9 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: '6.0' - name: Install global tool ElectronNET.CLI @@ -24,7 +24,7 @@ jobs: - name: Test run: dotnet test --no-build FotoManager.sln /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:Exclude="[*]FotoManager.Pages.*%2c[*]FotoManager.Startup" - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@4.8.12 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.10 with: reports: 'Tests\coverage.cobertura.xml' targetdir: 'coveragereport' @@ -33,7 +33,7 @@ jobs: tag: '${{ github.run_number }}_${{ github.run_id }}' toolpath: 'reportgeneratortool' - name: Upload coverage report artifact - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v3.1.0 with: name: CoverageReport path: coveragereport\badge_combined.svg diff --git a/FotoManagerLogic/FotoManagerLogic.csproj b/FotoManagerLogic/FotoManagerLogic.csproj index 2f49db6..d9d8141 100644 --- a/FotoManagerLogic/FotoManagerLogic.csproj +++ b/FotoManagerLogic/FotoManagerLogic.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 7c2056d..811b008 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -10,12 +10,12 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + +