Skip to content

Commit 6a508c5

Browse files
authored
Merge pull request #1925 from microsoft/ci-gitver-bump
Update default GIT_VERSION in build workflow
2 parents ff944c1 + 752ed29 commit 6a508c5

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
@@ -22,7 +22,7 @@ permissions:
2222
contents: read
2323

2424
env:
25-
GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.50.1.vfs.0.1' }}
25+
GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.53.0.vfs.0.5' }}
2626

2727
jobs:
2828
validate:
@@ -308,4 +308,4 @@ jobs:
308308

309309
steps:
310310
- name: Success! # for easier identification of successful runs in the Checks Required for Pull Requests
311-
run: echo "Workflow run is successful!"
311+
run: echo "Workflow run is successful!"

0 commit comments

Comments
 (0)