From efb8c3d16dfdc87b5ea8ee63b24a810f0af28bd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:33:15 +0100 Subject: [PATCH] build(deps): update c-py/action-dotenv-to-setenv action to v4 (#359) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 4 ++-- .github/workflows/pre-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8da576e4..e0f8c83b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 88d333ab..47dff15d 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7772642c..b4f9c644 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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