Skip to content

Commit 7f161c3

Browse files
authored
Merge pull request #2462 from microsoft/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 1286aa8 + 8f10a45 commit 7f161c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Checkout repository
2222
id: checkout_repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
fetch-depth: 0
@@ -41,7 +41,7 @@ jobs:
4141
name: Validate Project for Trimming
4242
runs-on: windows-latest
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545

4646
- name: Setup .NET
4747
uses: actions/setup-dotnet@v4
@@ -58,7 +58,7 @@ jobs:
5858
needs: [ci]
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262

6363
- name: Setup .NET
6464
uses: actions/setup-dotnet@v4

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout repository
2222
id: checkout_repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v4

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/setup-dotnet@v4
4444
with:
4545
dotnet-version: 8.0.x
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4949
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)