Skip to content

Commit 2909a24

Browse files
committed
Update readme to reference v4
1 parent 8a14925 commit 2909a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [Doppler CLI](https://github.com/DopplerHQ/cli) is the official tool for int
77
Include this Action as a step in your workflow:
88

99
```
10-
uses: dopplerhq/cli-action@v3
10+
uses: dopplerhq/cli-action@v4
1111
```
1212

1313
You can see a live example of this Action [here](https://github.com/DopplerHQ/cli/blob/master/.github/workflows/cli-action.yml).
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Install CLI
29-
uses: dopplerhq/cli-action@v3
29+
uses: dopplerhq/cli-action@v4
3030
- name: Do something with the CLI
3131
run: doppler secrets --only-names
3232
env:

0 commit comments

Comments
 (0)