Skip to content

Commit 418ddcc

Browse files
Copilotpeter-evans
andcommitted
Revert changes to docs/updating.md
Co-authored-by: peter-evans <[email protected]>
1 parent ea32cf8 commit 418ddcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/updating.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
e.g.
9090
```yaml
91-
- uses: actions/checkout@v6
91+
- uses: actions/checkout@v2
9292
9393
# Make changes to pull request here
9494
@@ -117,11 +117,11 @@
117117

118118
### Behaviour changes
119119

120-
- `v2` now expects repositories to be checked out with `actions/checkout@v6`
120+
- `v2` now expects repositories to be checked out with `actions/checkout@v2`
121121

122-
To use `actions/checkout@v6` the following step to checkout the branch is necessary.
122+
To use `actions/checkout@v1` the following step to checkout the branch is necessary.
123123
```yml
124-
- uses: actions/checkout@v6
124+
- uses: actions/checkout@v1
125125
- name: Checkout branch
126126
run: git checkout "${GITHUB_REF:11}"
127127
```

0 commit comments

Comments
 (0)