Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc588b6

Browse files
authored
Update version numbers in the README examples
1 parent204eb35 commitdc588b6

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp