diff --git a/.github/workflows/af-demo-berv-1.yml b/.github/workflows/af-demo-berv-1.yml index 52f81b6..9a364a4 100644 --- a/.github/workflows/af-demo-berv-1.yml +++ b/.github/workflows/af-demo-berv-1.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup .NET Core - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.DOTNET_CORE_VERSION }} - name: Restore diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 837644d..0182fc8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,7 +51,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - name: Setup .NET Core - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 if: ${{ matrix.language == 'csharp' }} with: dotnet-version: '8.0.x'