Skip to content

Commit ee29faf

Browse files
committed
Update README for a 0.4.1 release
1 parent 3dd57c8 commit ee29faf

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
@@ -27,9 +27,9 @@ jobs:
2727
...
2828
steps:
2929
- actions/checkout@v1
30-
# Make sure the @v0.4.0 matches the current version of the
30+
# Make sure the @v0.4.1 matches the current version of the
3131
# action
32-
- uses: webfactory/[email protected].0
32+
- uses: webfactory/[email protected].1
3333
with:
3434
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
3535
- ... other steps
@@ -44,7 +44,7 @@ You can set up different keys as different secrets and pass them all to the acti
4444

4545
```yaml
4646
# ... contens as before
47-
- uses: webfactory/[email protected].0
47+
- uses: webfactory/[email protected].1
4848
with:
4949
ssh-private-key: |
5050
${{ secrets.FIRST_KEY }}

0 commit comments

Comments
 (0)