Skip to content

Commit 7954857

Browse files
authoredMar 10, 2021
Prepare 0.5.1 release
1 parent 598c7ea commit 7954857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
...
3434
steps:
3535
- actions/checkout@v2
36-
# Make sure the @v0.5.0 matches the current version of the
36+
# Make sure the @v0.5.1 matches the current version of the
3737
# action
38-
- uses: webfactory/ssh-agent@v0.5.0
38+
- uses: webfactory/ssh-agent@v0.5.1
3939
with:
4040
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4141
- ... other steps
@@ -50,7 +50,7 @@ You can set up different keys as different secrets and pass them all to the acti
5050

5151
```yaml
5252
# ... contens as before
53-
- uses: webfactory/ssh-agent@v0.5.0
53+
- uses: webfactory/ssh-agent@v0.5.1
5454
with:
5555
ssh-private-key: |
5656
${{ secrets.FIRST_KEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.