Skip to content

Commit 3fd1549

Browse files
authored
Merge pull request #16954 from kk-kd/patch-2
A Typo in "Understanding GitHub Actions" Page
2 parents 2d7cfd0 + dd2ce56 commit 3fd1549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/learn-github-actions/understanding-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Defines a job named <code>check-bats-version</code>. The child keys will define
192192
```
193193
</td>
194194
<td>
195-
The <code>uses</code> keyword specifies that this step will run <code>v2</code> of the <code>actions/checkout</code> action. This is an action that checks out your repository onto the runner, allowing you to run scripts or other actions against your code (such as build and test tools). You should use the checkout action any time your workflow will run against the repository's code.
195+
The <code>uses</code> keyword specifies that this step will run <code>v3</code> of the <code>actions/checkout</code> action. This is an action that checks out your repository onto the runner, allowing you to run scripts or other actions against your code (such as build and test tools). You should use the checkout action any time your workflow will run against the repository's code.
196196
</td>
197197
</tr>
198198
<tr>

0 commit comments

Comments
 (0)