Skip to content

Commit 89d6372

Browse files
chore: update version to 4.0.0
Signed-off-by: Saurav Sharma <[email protected]>
1 parent 9172e22 commit 89d6372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: iamsauravsharma/create-dotenv@v3.2.0
44+
- uses: iamsauravsharma/create-dotenv@v4.0.0
4545
with:
4646
input-prefix: 'ENV_KEY_' # Optional (default: '')
4747
file-path: 'tests/development.env' # Optional (default : '.env')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-dotenv",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"private": true,
55
"description": "Create dotenv file for github actions",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)