Skip to content

Commit

Permalink
Merge pull request #29 from keptn-sandbox/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…-py/action-dotenv-to-setenv-v3

Bump c-py/action-dotenv-to-setenv from v2 to v3
  • Loading branch information
christian-kreuzberger-dtx authored Feb 9, 2021
2 parents 8cc4912 + 43603a4 commit f18b66a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

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

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

Expand All @@ -134,7 +134,7 @@ jobs:

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

Expand Down

0 comments on commit f18b66a

Please sign in to comment.