From e97b70c439b1571a75b671ea28c5be453a78f67e Mon Sep 17 00:00:00 2001 From: Mark Stega Date: Mon, 20 Nov 2023 08:06:44 -0500 Subject: [PATCH] 2023-11-20 Dependabot --- .github/workflows/GithubActionsRelease.yml | 7 +++---- .github/workflows/GithubActionsWIP.yml | 7 +++---- .../CompressedStaticFiles.AspNet.Tests.csproj | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/GithubActionsRelease.yml b/.github/workflows/GithubActionsRelease.yml index bfd7821..4a67ddf 100644 --- a/.github/workflows/GithubActionsRelease.yml +++ b/.github/workflows/GithubActionsRelease.yml @@ -52,15 +52,14 @@ jobs: steps: - name: Checkout repository under $GITHUB_WORKSPACE so the job can access it 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - - name: Use prelease dotnet - uses: actions/setup-dotnet@v2 + - name: Use dotnet 8 + uses: actions/setup-dotnet@v3 with: dotnet-version: '8.x' - include-prerelease: true - name: Get the version run: echo "version=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV diff --git a/.github/workflows/GithubActionsWIP.yml b/.github/workflows/GithubActionsWIP.yml index fdbe25d..0b00a38 100644 --- a/.github/workflows/GithubActionsWIP.yml +++ b/.github/workflows/GithubActionsWIP.yml @@ -31,15 +31,14 @@ jobs: shell: bash - name: Checkout repository under $GITHUB_WORKSPACE so the job can access it 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - - name: Use prelease dotnet - uses: actions/setup-dotnet@v2 + - name: Use dotnet 8 + uses: actions/setup-dotnet@v3 with: dotnet-version: '8.x' - include-prerelease: true - name: Build CompressedStaticFiles.AspNetCore 🔧 run: dotnet build ${{env.projectCSFB}} --configuration ${{env.buildConfiguration}} --version-suffix ${{env.ciSuffix}} diff --git a/CompressedStaticFiles.AspNet.Tests/CompressedStaticFiles.AspNet.Tests.csproj b/CompressedStaticFiles.AspNet.Tests/CompressedStaticFiles.AspNet.Tests.csproj index 1ed723f..084e0f6 100644 --- a/CompressedStaticFiles.AspNet.Tests/CompressedStaticFiles.AspNet.Tests.csproj +++ b/CompressedStaticFiles.AspNet.Tests/CompressedStaticFiles.AspNet.Tests.csproj @@ -14,8 +14,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive