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

Commit

Permalink
build(deps): update c-py/action-dotenv-to-setenv action to v4 (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 3, 2022
1 parent 46c1148 commit efb8c3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 @@ -183,7 +183,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 @@ -68,7 +68,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 @@ -68,7 +68,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

0 comments on commit efb8c3d

Please sign in to comment.