Skip to content

Commit 2996779

Browse files
authored
Replace 0.6.0 references with 0.7.0 in README.md (#153)
1 parent 4512be8 commit 2996779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.6.0 matches the current version of the
39+
# Make sure the @v0.7.0 matches the current version of the
4040
# action
41-
- uses: webfactory/ssh-agent@v0.6.0
41+
- uses: webfactory/ssh-agent@v0.7.0
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/ssh-agent@v0.6.0
56+
- uses: webfactory/ssh-agent@v0.7.0
5757
with:
5858
ssh-private-key: |
5959
${{ secrets.FIRST_KEY }}

0 commit comments

Comments
 (0)