Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

build(deps): update c-py/action-dotenv-to-setenv action to v4 - autoclosed #91

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Load CI Environment from .ci_env
id: load_ci_env
uses: c-py/action-dotenv-to-setenv@v3
uses: c-py/action-dotenv-to-setenv@v4
with:
env-file: .ci_env

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Load CI Environment from .ci_env
id: load_ci_env
uses: c-py/action-dotenv-to-setenv@v3
uses: c-py/action-dotenv-to-setenv@v4
with:
env-file: .ci_env

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Load CI Environment from .ci_env
id: load_ci_env
uses: c-py/action-dotenv-to-setenv@v3
uses: c-py/action-dotenv-to-setenv@v4
with:
env-file: .ci_env

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Load CI Environment from .ci_env
id: load_ci_env
uses: c-py/action-dotenv-to-setenv@v3
uses: c-py/action-dotenv-to-setenv@v4
with:
env-file: .ci_env

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Load CI Environment from .ci_env
id: load_ci_env
uses: c-py/action-dotenv-to-setenv@v3
uses: c-py/action-dotenv-to-setenv@v4
with:
env-file: .ci_env

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Load CI Environment from .ci_env
id: load_ci_env
uses: c-py/action-dotenv-to-setenv@v3
uses: c-py/action-dotenv-to-setenv@v4
with:
env-file: .ci_env

Expand Down
Loading