Skip to content

Commit 128e301

Browse files
authored
Merge pull request #189 from microsoft/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents d05a6d0 + 66b4a67 commit 128e301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Checkout repository
4343
id: checkout_repo
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
fetch-depth: 0

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
- name: Setup .NET
4444
uses: actions/setup-dotnet@v2

0 commit comments

Comments
 (0)