From b01ae20fc5a2ced16f5975bc3b8983d8ed5584ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:03:38 +0000 Subject: [PATCH] chore(deps): update c-py/action-dotenv-to-setenv action to v5 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6ca6d90..5e802e1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -48,7 +48,7 @@ jobs: ${{ runner.os }}-go-${{ matrix.go-version }} - name: Environment Variables from Dotenv - uses: c-py/action-dotenv-to-setenv@v3 + uses: c-py/action-dotenv-to-setenv@v5 - name: Build if: steps.cache-go-mod.outputs.cache-hit != 'true'