Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Bump c-py/action-dotenv-to-setenv from 3 to 4 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 @@ -111,7 +111,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 All @@ -138,7 +138,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