We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff944c1 + 752ed29 commit 6a508c5Copy full SHA for 6a508c5
1 file changed
.github/workflows/build.yaml
@@ -22,7 +22,7 @@ permissions:
22
contents: read
23
24
env:
25
- GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.50.1.vfs.0.1' }}
+ GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.53.0.vfs.0.5' }}
26
27
jobs:
28
validate:
@@ -308,4 +308,4 @@ jobs:
308
309
steps:
310
- name: Success! # for easier identification of successful runs in the Checks Required for Pull Requests
311
- run: echo "Workflow run is successful!"
+ run: echo "Workflow run is successful!"
0 commit comments