Skip to content

Commit cb8b210

Browse files
authored
Update version numbers in README for the next bugfix release
1 parent aed5400 commit cb8b210

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

0 commit comments

Comments
 (0)