We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c33f9e + d44a316 commit ad503f4Copy full SHA for ad503f4
1 file changed
.github/workflows/build.yaml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Checkout source
105
if: steps.check.outputs.result == ''
106
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
107
108
- name: Validate Microsoft Git version
109
@@ -138,7 +138,7 @@ jobs:
138
139
140
if: steps.skip.outputs.result != 'true'
141
142
with:
143
path: src
144
0 commit comments