Skip to content

Commit fc49353

Browse files
committed
Bump example version numbers in the README file
1 parent bc6614d commit fc49353

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
@@ -36,9 +36,9 @@ jobs:
3636
...
3737
steps:
3838
- actions/checkout@v2
39-
# Make sure the @v0.5.3 matches the current version of the
39+
# Make sure the @v0.5.4 matches the current version of the
4040
# action
41-
- uses: webfactory/[email protected].3
41+
- uses: webfactory/[email protected].4
4242
with:
4343
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4444
- ... other steps
@@ -53,7 +53,7 @@ You can set up different keys as different secrets and pass them all to the acti
5353

5454
```yaml
5555
# ... contens as before
56-
- uses: webfactory/[email protected].3
56+
- uses: webfactory/[email protected].4
5757
with:
5858
ssh-private-key: |
5959
${{ secrets.FIRST_KEY }}

0 commit comments

Comments
 (0)