Skip to content

Commit 5f066a3

Browse files
authored
Prepare a 0.5.3 release
1 parent a45226b commit 5f066a3

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.2 matches the current version of the
36+
# Make sure the @v0.5.3 matches the current version of the
3737
# action
38-
- uses: webfactory/[email protected].2
38+
- uses: webfactory/[email protected].3
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/[email protected].2
53+
- uses: webfactory/[email protected].3
5454
with:
5555
ssh-private-key: |
5656
${{ secrets.FIRST_KEY }}

0 commit comments

Comments
 (0)