Skip to content

Commit 347b73a

Browse files
authored
Merge pull request #1859 from microsoft/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents eceb08f + 03169c8 commit 347b73a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Validation
2222
steps:
2323
- name: Checkout source
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Validate Microsoft Git version
2727
shell: pwsh
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout source
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
path: src
5050

0 commit comments

Comments
 (0)