Skip to content

Commit dd3740a

Browse files
committed
docs: fix small nits in README
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent ccc3d1a commit dd3740a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ___
1616
* [Usage](#usage)
1717
* [Basic](#basic)
1818
* [Install Only](#install-only)
19+
* [Multiple commands](#multiple-commands)
1920
* [Customizing](#customizing)
2021
* [inputs](#inputs)
2122
* [License](#license)
@@ -38,7 +39,7 @@ jobs:
3839
steps:
3940
-
4041
name: Checkout
41-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4243
-
4344
name: Dagger
4445
uses: dagger/dagger-for-github@v2
@@ -65,7 +66,7 @@ steps:
6566
```yaml
6667
steps:
6768
-
68-
name: Install Dagger
69+
name: Dagger
6970
uses: dagger/dagger-for-github@v2
7071
with:
7172
cmds: |

0 commit comments

Comments
 (0)