Skip to content

Commit dc588b6

Browse files
authored
Update version numbers in the README examples
1 parent 204eb35 commit dc588b6

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
@@ -35,8 +35,8 @@ jobs:
3535
...
3636
steps:
3737
- uses: actions/checkout@v4
38-
# Make sure the @v0.8.0 matches the current version of the action
39-
- uses: webfactory/ssh-agent@v0.8.0
38+
# Make sure the @v0.9.0 matches the current version of the action
39+
- uses: webfactory/ssh-agent@v0.9.0
4040
with:
4141
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4242
# ... other steps
@@ -51,7 +51,7 @@ You can set up different keys as different secrets and pass them all to the acti
5151

5252
```yaml
5353
# ... contents as before
54-
- uses: webfactory/ssh-agent@v0.8.0
54+
- uses: webfactory/ssh-agent@v0.9.0
5555
with:
5656
ssh-private-key: |
5757
${{ secrets.FIRST_KEY }}

0 commit comments

Comments
 (0)