Skip to content

Commit 4252a3c

Browse files
Merge pull request #45456 from dotnet/main
Merge main into live
2 parents 893dfe3 + 4fe248d commit 4252a3c

File tree

433 files changed

+3413
-4075
lines changed

Some content is hidden

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

433 files changed

+3413
-4075
lines changed

.github/workflows/cleanrepo-orphaned-articles.yml

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

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
38+
uses: dotnet/actions-create-pull-request@v4
3939
with:
4040
branch: cleanrepo-orphaned-articles
4141
title: "Monthly chores: Delete orphaned articles"

.github/workflows/cleanrepo-orphaned-images.yml

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

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
38+
uses: dotnet/actions-create-pull-request@v4
3939
with:
4040
branch: cleanrepo-orphaned-images
4141
title: "Monthly chores: Delete orphaned images"

.github/workflows/cleanrepo-orphaned-includes.yml

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

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
38+
uses: dotnet/actions-create-pull-request@v4
3939
with:
4040
branch: cleanrepo-orphaned-includes
4141
title: "Monthly chores: Delete orphaned include files"

.github/workflows/cleanrepo-orphaned-snippets.yml

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

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
38+
uses: dotnet/actions-create-pull-request@v4
3939
with:
4040
branch: cleanrepo-orphaned-snippets
4141
title: "Monthly chores: Delete orphaned snippets"

.github/workflows/cleanrepo-redirect-hops.yml

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

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
38+
uses: dotnet/actions-create-pull-request@v4
3939
with:
4040
branch: cleanrepo-remove-hops
4141
title: "Monthly chores: Remove redirect hops"

.github/workflows/cleanrepo-relative-links.yml

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

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
38+
uses: dotnet/actions-create-pull-request@v4
3939
with:
4040
branch: cleanrepo-relative-links
4141
title: "Monthly chores: Use relative links"

.github/workflows/cleanrepo-replace-redirects.yml

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

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
38+
uses: dotnet/actions-create-pull-request@v4
3939
with:
4040
branch: cleanrepo-replace-redirects
4141
title: "Monthly chores: Replace redirect targets"

.github/workflows/dependabot-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
dependabot-yml-path: ".github/dependabot.yml"
5353
- name: Create pull request
5454
if: github.event_name == 'workflow_dispatch' || github.repository_owner == 'dotnet'
55-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
55+
uses: dotnet/actions-create-pull-request@v4
5656
with:
5757
branch: create-dependabotconfig-pull-request/patch
5858
title: "Update dependabot.yml - automatically."

.github/workflows/snippets5000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Get the latest preview SDK (or sdk not installed by the runner)
4242
- name: Setup .NET
4343
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
44-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab #@4.3.0
44+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #@4.3.1
4545
with:
4646
dotnet-version: ${{ env.DOTNET_VERSION }}
4747
dotnet-quality: ${{ env.DOTNET_QUALITY }}

.github/workflows/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
savedir: './docs/whats-new'
5353

5454
- name: create-pull-request
55-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
55+
uses: dotnet/actions-create-pull-request@v4
5656
with:
5757
branch: create-whatsnew-pull-request/patch
5858
title: "What's new article"

0 commit comments

Comments
 (0)