From af24be42c551a6002d8db0121dfd52adfd845d39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:59:41 -0700 Subject: [PATCH] Update all dependencies (#438) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/close-issues.yml | 2 +- Directory.Build.props | 2 +- global.json | 2 +- src/ListDotNetTypes/ListDotNetTypes.csproj | 2 +- src/Meziantou.Analyzer/Meziantou.Analyzer.csproj | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f4aa04d..cac634c6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: env: RepositoryBranch: ${{github.ref}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core uses: actions/setup-dotnet@v3 @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest needs: [ create_nuget ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core (global.json) uses: actions/setup-dotnet@v3 - uses: actions/download-artifact@v3 @@ -105,7 +105,7 @@ jobs: roslyn-version: [ 'roslyn3.8', 'roslyn4.2', 'roslyn4.4', 'default' ] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core (global.json) uses: actions/setup-dotnet@v3 - run: dotnet test --configuration ${{ matrix.configuration }} --logger trx --logger "GitHubActions;report-warnings=false" --collect:"XPlat Code Coverage" --blame-hang --blame-hang-timeout 2min --results-directory "${{ env.TestResultsDirectory }}" /p:WarningsAsErrors=true /p:RoslynVersion=${{ matrix.roslyn-version}} @@ -122,7 +122,7 @@ jobs: runs-on: 'ubuntu-latest' needs: [ validate_nuget, build_and_test ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 2 - uses: actions/download-artifact@v3 @@ -159,7 +159,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: 'gh release create "${{ needs.compute_package_version.outputs.package_version }}" --generate-notes --notes "NuGet package: "' env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/close-issues.yml b/.github/workflows/close-issues.yml index e6968aae1..651f2d665 100644 --- a/.github/workflows/close-issues.yml +++ b/.github/workflows/close-issues.yml @@ -11,7 +11,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v8 with: days-before-issue-stale: 60 days-before-issue-close: 14 diff --git a/Directory.Build.props b/Directory.Build.props index f6ba3558b..71a8f998e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -38,7 +38,7 @@ all runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers diff --git a/global.json b/global.json index a7b3d47cc..5ed364d43 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.305", + "version": "7.0.400", "rollForward": "feature" } } \ No newline at end of file diff --git a/src/ListDotNetTypes/ListDotNetTypes.csproj b/src/ListDotNetTypes/ListDotNetTypes.csproj index 742bf7dba..86eb4d160 100644 --- a/src/ListDotNetTypes/ListDotNetTypes.csproj +++ b/src/ListDotNetTypes/ListDotNetTypes.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Meziantou.Analyzer/Meziantou.Analyzer.csproj b/src/Meziantou.Analyzer/Meziantou.Analyzer.csproj index addba2b50..5bb76fd8c 100644 --- a/src/Meziantou.Analyzer/Meziantou.Analyzer.csproj +++ b/src/Meziantou.Analyzer/Meziantou.Analyzer.csproj @@ -31,7 +31,7 @@ - + all analyzers