We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea32cf8 commit 418ddccCopy full SHA for 418ddcc
docs/updating.md
@@ -88,7 +88,7 @@
88
89
e.g.
90
```yaml
91
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v2
92
93
# Make changes to pull request here
94
@@ -117,11 +117,11 @@
117
118
### Behaviour changes
119
120
-- `v2` now expects repositories to be checked out with `actions/checkout@v6`
+- `v2` now expects repositories to be checked out with `actions/checkout@v2`
121
122
- To use `actions/checkout@v6` the following step to checkout the branch is necessary.
+ To use `actions/checkout@v1` the following step to checkout the branch is necessary.
123
```yml
124
+ - uses: actions/checkout@v1
125
- name: Checkout branch
126
run: git checkout "${GITHUB_REF:11}"
127
```
0 commit comments