Skip to content

Commit 18ff706

Browse files
kjarkurmpdude
andauthored
Update README.md (#147)
Update `actions/checkout` to `@v3` and make it syntactically correct in order to allow copy and paste. Co-authored-by: Matthias Pigulla <mp@webfactory.de>
1 parent 2996779 commit 18ff706

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ jobs:
3535
my_job:
3636
...
3737
steps:
38-
- actions/checkout@v2
39-
# Make sure the @v0.7.0 matches the current version of the
40-
# action
38+
- uses: actions/checkout@v3
39+
# Make sure the @v0.7.0 matches the current version of the action
4140
- uses: webfactory/ssh-agent@v0.7.0
4241
with:
4342
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
44-
- ... other steps
43+
# ... other steps
4544
```
4645
5. If, for some reason, you need to change the location of the SSH agent socket, you can use the `ssh-auth-sock` input to provide a path.
4746

0 commit comments

Comments
 (0)