Skip to content

Commit 6ff9e07

Browse files
Merge pull request #41574 from dotnet/main
Merge main into live
2 parents e513d16 + 3ac2424 commit 6ff9e07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+261
-341
lines changed

.github/workflows/check-for-build-warnings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/[email protected].5
16+
- uses: actions/[email protected].7
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919

.github/workflows/clean-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515

1616
steps:
17-
- uses: actions/[email protected].5
17+
- uses: actions/[email protected].7
1818

1919
# Call clean repo
2020
- name: Clean repo

.github/workflows/dependabot-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Checkout the repo into the workspace within the VM
2424
steps:
25-
- uses: actions/[email protected].5
25+
- uses: actions/[email protected].7
2626
# - name: Setup .NET
2727
# uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0
2828
# with:

.github/workflows/docs-verifier-tryfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
core.setFailed(`Request failed with error ${err}`)
3131
}
3232
- name: Checkout the repository
33-
uses: actions/[email protected].5
33+
uses: actions/[email protected].7
3434

3535
- name: Checkout Pull Request
3636
run: |

.github/workflows/docs-verifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout the repository
13-
uses: actions/[email protected].5
13+
uses: actions/[email protected].7
1414

1515
- name: Validate
1616
uses: dotnet/docs-actions/actions/docs-verifier@main

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
statuses: write
2424

2525
steps:
26-
- uses: actions/[email protected].5
26+
- uses: actions/[email protected].7
2727
- name: Use Node.js
2828
uses: actions/setup-node@eff380dfbcf941bf8832e4acb788cebe13dfd758
2929
with:

.github/workflows/snippets5000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
# Checkout the repository for the PR
3030
- name: Checkout repository
31-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b #@v4.1.5
31+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #@v4.1.7
3232

3333
# Get the latest preview SDK (or sdk not installed by the runner)
3434
- name: Setup .NET

.github/workflows/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020

2121
steps:
22-
- uses: actions/[email protected].5
22+
- uses: actions/[email protected].7
2323

2424
- name: "Print manual run reason"
2525
if: ${{ github.event_name == 'workflow_dispatch' }}

.openpublishing.redirection.core.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,13 +701,17 @@
701701
"source_path_from_root": "/docs/core/install/dependencies.md",
702702
"redirect_url": "/dotnet/core/install/windows"
703703
},
704+
{
705+
"source_path_from_root": "/docs/core/install/linux-centos.md",
706+
"redirect_url": "/dotnet/core/install/linux-rhel#where-is-centos-linux"
707+
},
704708
{
705709
"source_path_from_root": "/docs/core/install/linux-package-manager-centos7.md",
706-
"redirect_url": "/dotnet/core/install/linux-centos"
710+
"redirect_url": "/dotnet/core/install/linux-rhel#where-is-centos-linux"
707711
},
708712
{
709713
"source_path_from_root": "/docs/core/install/linux-package-manager-centos8.md",
710-
"redirect_url": "/dotnet/core/install/linux-centos"
714+
"redirect_url": "/dotnet/core/install/linux-rhel#where-is-centos-linux"
711715
},
712716
{
713717
"source_path_from_root": "/docs/core/install/linux-package-manager-debian10.md",

docs/ai/how-to/snippets/semantic-kernel/semantic-kernel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" Version="1.9.0-alpha" />
2020
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Redis" Version="1.9.0-alpha" />
2121
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.9.0-alpha" />
22-
<PackageReference Include="StackExchange.Redis" Version="2.7.33" />
22+
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)