From 6bb93e1d362659655ba3bf91231d2d4aae32cb6f Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Wed, 15 May 2024 11:55:12 +0200 Subject: [PATCH] ci(deps): update falti/dotenv-action from v1.0.2 to v1.1.2 --- .github/workflows/check-and-update-dependencies.yml | 2 +- .github/workflows/create-and-publish-docker-on-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-and-update-dependencies.yml b/.github/workflows/check-and-update-dependencies.yml index 87929ba..58835a4 100644 --- a/.github/workflows/check-and-update-dependencies.yml +++ b/.github/workflows/check-and-update-dependencies.yml @@ -21,7 +21,7 @@ jobs: - name: Read .env file id: dotenv - uses: falti/dotenv-action@v1.0.2 + uses: falti/dotenv-action@v1.1.2 with: log-variables: true diff --git a/.github/workflows/create-and-publish-docker-on-release.yml b/.github/workflows/create-and-publish-docker-on-release.yml index 74c9676..c434383 100644 --- a/.github/workflows/create-and-publish-docker-on-release.yml +++ b/.github/workflows/create-and-publish-docker-on-release.yml @@ -19,7 +19,7 @@ jobs: - name: Read .env file id: dotenv - uses: falti/dotenv-action@v1.0.2 + uses: falti/dotenv-action@v1.1.2 with: log-variables: true