Skip to content

Commit d69aa72

Browse files
authored
Update README.md
1 parent 8efbaba commit d69aa72

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
@@ -9,9 +9,9 @@ Template Docker action
99
```yaml
1010
...
1111
steps:
12-
- uses: actions/checkout@v2
13-
- name: Docker Action
14-
uses: tj-actions/docker-action@v1
12+
- uses: actions/checkout@v4
13+
- name: Document Database
14+
uses: tj-actions/db-docs@v1
1515
```
1616
1717
## Inputs

0 commit comments

Comments
 (0)