diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6895c25..1fce766 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,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@v4 - name: Build if: steps.cache-go-mod.outputs.cache-hit != 'true'